ODataRoutingConventions.CreateDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a mutable list of the default OData routing conventions.
public static System.Collections.Generic.IList<Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention> CreateDefault ();
static member CreateDefault : unit -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention>
Public Shared Function CreateDefault () As IList(Of IODataRoutingConvention)
Returns
A mutable list of the default OData routing conventions.