TagHelperRequiredAttributeDescriptor.NameComparison Property

Definition

The comparison method to use for Name when determining if an HTML attribute name matches.

public:
 property Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperRequiredAttributeNameComparison NameComparison { Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperRequiredAttributeNameComparison get(); void set(Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperRequiredAttributeNameComparison value); };
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperRequiredAttributeNameComparison NameComparison { get; set; }
member this.NameComparison : Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperRequiredAttributeNameComparison with get, set
Public Property NameComparison As TagHelperRequiredAttributeNameComparison

Property Value

TagHelperRequiredAttributeNameComparison

Applies to