BExIS.Web.Shell.Areas.RPM.Helpers.HtmlPrefixScopeExtentions.HtmlFieldPrefixScope.HtmlFieldPrefixScope C# (CSharp) Method

HtmlFieldPrefixScope() public method

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

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