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 the factory to use to generate the route URL.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public UrlHelper UrlFactory { get; }
public:
property UrlHelper^ UrlFactory {
UrlHelper^ get();
}
member UrlFactory : UrlHelper with get
Public ReadOnly Property UrlFactory As UrlHelper
Property Value
Type: System.Web.Http.Routing.UrlHelper
Returns UrlHelper.
See Also
RedirectToRouteResult Class
System.Web.Http.Results Namespace
Return to top