ODataRoute.RoutePrefix Property
Gets the route prefix.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string RoutePrefix {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ RoutePrefix {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member RoutePrefix : string with get, private set
Public Property RoutePrefix As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
ODataRoute Class
System.Web.Http.OData.Routing Namespace
Return to top