BinaryStudio.ClientManager.WebUi.Extensions.UrlHelperExtensions.NoScript C# (CSharp) 메소드

NoScript() 공개 정적인 메소드

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