ResourceContext.Url Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a System.Web.Http.Routing.UrlHelper that may be used to generate links while serializing this resource instance.
public System.Web.Http.Routing.UrlHelper Url { get; set; }
member this.Url : System.Web.Http.Routing.UrlHelper with get, set
Public Property Url As UrlHelper
Property Value
System.Web.Http.Routing.UrlHelper
Remarks
This signature uses types that are AspNet-specific.