BinaryStudio.ClientManager.WebUi.Extensions.UrlHelperExtensions.NoScript C# (CSharp) Method

NoScript() public static method

public static NoScript ( this helper ) : string
helper this
return string
        public static string NoScript(this UrlHelper helper)
        {
            return helper.Action("NoScript", "Home");
        }
UrlHelperExtensions