Machine.UrlStrong.Mvc.HtmlHelperExtensions.Url C# (CSharp) Method

Url() public static method

public static Url ( this htmlHelper, IUrl url ) : string
htmlHelper this
url IUrl
return string
    public static string Url(this HtmlHelper htmlHelper, IUrl url)
    {
      return url.ToString();
    }
  }
HtmlHelperExtensions