Nucleus .Net Core CMS

ComplexHtmlHelperBase Class

Namespace: Nucleus.ViewFeatures
Assembly: Nucleus.ViewFeatures.dll
The ComplexHtmlHelperBase abstract class is used used internally to provide shared rendering functionality for complex Html Helpers.

Constructor

Nucleus.ViewFeatures.ComplexHtmlHelperBase Constructor

Nucleus.ViewFeatures.ComplexHtmlHelperBase (IHtmlHelper html, String tagname)
ComplexHtmlHelperBase constructor.
Parameters
Name Type
html Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper

The IHtmlHelper instance this method extends.

tagname String

The outer tag name being rendered by the inheriting class.

Methods

Dispose

Dispose ()
Implement IDisposable