TagHelperAttributeDescriptor.IsNameMatch(String) Método

Definición

Determina si el atributo HTML name coincide con este 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

Parámetros

name
String

Nombre del atributo HTML que se va a comprobar.

Devoluciones

Boolean

true si este TagHelperAttributeDescriptor coincide con name . de lo contrario, false .

Se aplica a