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 or sets the UrlHelper to use for generating OData links.
Namespace: System.Web.Http.OData.Formatter.Serialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public UrlHelper Url {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property UrlHelper^ Url {
[CompilerGeneratedAttribute]
UrlHelper^ get();
[CompilerGeneratedAttribute]
void set(UrlHelper^ value);
}
member Url : UrlHelper with get, set
Public Property Url As UrlHelper
Property Value
Type: System.Web.Http.Routing.UrlHelper
See Also
ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top