TagHelperAttributeDescriptor.IsNameMatch(String) Metoda

Definice

Určuje, zda atribut HTML name odpovídá 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

Parametry

name
String

Název atributu HTML, který se má ověřit

Návraty

Boolean

true , pokud se TagHelperAttributeDescriptor shodují name . v opačném případě NEPRAVDA .

Platí pro