BExIS.Web.Shell.Areas.RPM.Helpers.HtmlPrefixScopeExtentions.HtmlFieldPrefixScope.HtmlFieldPrefixScope C# (CSharp) 메소드

HtmlFieldPrefixScope() 공개 메소드

public HtmlFieldPrefixScope ( System.Web.Mvc.TemplateInfo templateInfo, string htmlFieldPrefix ) : System
templateInfo System.Web.Mvc.TemplateInfo
htmlFieldPrefix string
리턴 System
            public HtmlFieldPrefixScope(TemplateInfo templateInfo, string htmlFieldPrefix)
            {
                this.templateInfo = templateInfo;

                previousHtmlFieldPrefix = templateInfo.HtmlFieldPrefix;
                templateInfo.HtmlFieldPrefix = htmlFieldPrefix;
            }
HtmlPrefixScopeExtentions.HtmlFieldPrefixScope