TagHelperRequiredAttributeDescriptor.NameComparison Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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