ApiController.Url Property

Definition

Gets a factory used to generate URLs to other APIs.

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

Property Value

IUrlHelper

Remarks

The setter is intended for unit testing purposes only.

Applies to