ODataRoutePrefixAttribute.Prefix Property
Gets the OData URL path template that this action handles.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public string Prefix {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ Prefix {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member Prefix : string with get, private set
Public Property Prefix As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
ODataRoutePrefixAttribute Class
System.Web.OData.Routing Namespace
Return to top