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 be used for generating links while serializing this feed instance.
Namespace: System.Web.Http.OData
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
FeedContext Class
System.Web.Http.OData Namespace
Return to top