ODataSerializerContext.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 System.Web.Http.Routing.UrlHelper to use for generating OData links.
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.