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

BeginHtmlFieldPrefixScope() public static method

public static BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable
html this
htmlFieldPrefix string
return IDisposable
        public static IDisposable BeginHtmlFieldPrefixScope(this HtmlHelper html, string htmlFieldPrefix)
        {
            return new HtmlFieldPrefixScope(html.ViewData.TemplateInfo, htmlFieldPrefix);
        }