Share via


ResourceSetContext.Url Property

Definition

Gets or sets the Microsoft.AspNet.OData.Interfaces.IWebApiUrlHelper to be used for generating links while serializing this feed instance.

public System.Web.Http.Routing.UrlHelper Url { get; set; }
public Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; set; }
member this.Url : System.Web.Http.Routing.UrlHelper with get, set
member this.Url : Microsoft.AspNetCore.Mvc.IUrlHelper with get, set
Public Property Url As UrlHelper
Public Property Url As IUrlHelper

Property Value

System.Web.Http.Routing.UrlHelper

Remarks

This signature uses types that are AspNet-specific.

Applies to