CreatedAtRouteNegotiatedContentResult<T>.UrlFactory Property
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
See Also
CreatedAtRouteNegotiatedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top