Controller.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 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.