Exemple #1
0
 public HtmlProfileContext(HtmlHelper htmlHelper, IHtmlProfile htmlProfile, HtmlProfileContext parentHtmlProfileContext)
 {
     HtmlProfile = htmlProfile;
     ParentHtmlProfileContext = parentHtmlProfileContext;
     _htmlHelper = htmlHelper;
 }
 public HtmlProfileContext(HtmlHelper htmlHelper, IHtmlProfile htmlProfile, HtmlProfileContext parentHtmlProfileContext)
 {
     HtmlProfile = htmlProfile;
     ParentHtmlProfileContext = parentHtmlProfileContext;
     _htmlHelper = htmlHelper;
 }