ResourceSetContext.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 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.