ResourceContext.Url Property

Definition

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.

Applies to