HttpControllerContext.Url Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Property Url As UrlHelper
public UrlHelper Url { get; set; }
public:
property UrlHelper^ Url {
    UrlHelper^ get ();
    void set (UrlHelper^ value);
}
member Url : UrlHelper with get, set
function get Url () : UrlHelper
function set Url (value : UrlHelper)

Property Value

Type: System.Web.Http.Routing.UrlHelper

See Also

Reference

HttpControllerContext Class

System.Web.Http.Controllers Namespace