Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IEdmModel to be used for parsing the route templates.
Namespace: System.Web.OData.Routing.Conventions
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmModel Model {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmModel^ Model {
[CompilerGeneratedAttribute]
IEdmModel^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmModel^ value);
}
member Model : IEdmModel with get, private set
Public Property Model As IEdmModel
Get
Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmModel
See Also
AttributeRoutingConvention Class
System.Web.OData.Routing.Conventions Namespace
Return to top