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 factory used to generate URLs to other APIs.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public virtual UrlHelper Url {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property UrlHelper^ Url {
[CompilerGeneratedAttribute]
virtual UrlHelper^ get();
[CompilerGeneratedAttribute]
virtual void set(UrlHelper^ value);
}
abstract Url : UrlHelper with get, set
override Url : UrlHelper with get, set
Public Overridable Property Url As UrlHelper
Property Value
Type: System.Web.Http.Routing.UrlHelper
Returns UrlHelper.
See Also
HttpRequestContext Class
System.Web.Http.Controllers Namespace
Return to top