TagHelperAttributeDescriptor.IsNameMatch(String) Method
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.
Determines whether HTML attribute name matches this
TagHelperAttributeDescriptor.
public:
bool IsNameMatch(System::String ^ name);
public bool IsNameMatch (string name);
member this.IsNameMatch : string -> bool
Public Function IsNameMatch (name As String) As Boolean
Parameters
- name
- String
Name of the HTML attribute to check.
Returns
true if this TagHelperAttributeDescriptor matches name.
false otherwise.