Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Views.YetaWFDefaultHtmlGenerator Class

(not specified)

(not specified)

Namespace: YetaWF.Core.Views
Assembly: YetaWF.Core

Inheritance

Syntax

public class YetaWFDefaultHtmlGenerator : Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGenerator;

Constructors

PublicYetaWFDefaultHtmlGeneratorConstructor.

Properties

PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorIdAttributeDotReplacement(not specified)
ProtectedInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorAllowRenderingMaxLengthAttributeGets or sets a value that indicates whether the <c>maxlength</c> attribute should be rendered for compatible HTML input elements, when they're bound to models marked with either StringLengthAttribute or MaxLengthAttribute attributes.

Methods

ProtectedInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorAddMaxLengthAttributeAdds a <c>maxlength</c> attribute to the tagBuilder.
ProtectedInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorAddPlaceholderAttributeAdds a placeholder attribute to the tagBuilder.
ProtectedInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorAddValidationAttributesAdds validation attributes to the tagBuilder if client validation is enabled.
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorEncode(not specified)
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorFormatValue(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateActionLink(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateAntiforgery(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateCheckBox(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateForm(not specified)
ProtectedInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateFormCoreGenerate a <form> element.
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateGroupsAndOptions(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateHidden(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateHiddenForCheckbox(not specified)
ProtectedGenerateInput(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateLabel(not specified)
ProtectedInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateLinkGenerate a link.
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGeneratePageForm(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGeneratePageLink(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGeneratePassword(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateRadioButton(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateRouteForm(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateRouteLink(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateSelect(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateTextArea(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateTextBox(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateValidationMessage(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGenerateValidationSummary(not specified)
PublicInherited from Microsoft.AspNetCore.Mvc.ViewFeatures.DefaultHtmlGeneratorGetCurrentValues(not specified)
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview