ValidationSummaryTagHelper.Generator Property

Definition

Gets the IHtmlGenerator used to generate the ValidationSummaryTagHelper's output.

protected:
 property Microsoft::AspNetCore::Mvc::ViewFeatures::IHtmlGenerator ^ Generator { Microsoft::AspNetCore::Mvc::ViewFeatures::IHtmlGenerator ^ get(); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNotBound]
protected Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator Generator { get; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNotBound>]
member this.Generator : Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator
Protected ReadOnly Property Generator As IHtmlGenerator

Property Value

Attributes

Applies to