Controller.Url Property

Definition

Overloads

Url

Gets the URL helper object that is used to generate URLs by using routing.

Url

Gets the URL helper object that is used to generate URLs by using routing.

public System.Web.Mvc.UrlHelper Url { get; set; }
member this.Url : System.Web.Mvc.UrlHelper with get, set
Public Property Url As UrlHelper

Property Value

The URL helper object.

Applies to