Share via


ODataSerializerContext.Url Property

Definition

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.

Applies to