TagHelperAttributeList.RemoveAll(String) Metoda

Definice

Odebere všechny TagHelperAttributes odpovídajícími nameName .

public:
 bool RemoveAll(System::String ^ name);
public bool RemoveAll (string name);
member this.RemoveAll : string -> bool
Public Function RemoveAll (name As String) As Boolean

Parametry

name
String

TagHelperAttributeJe Name potřeba odebrat.

Návraty

Boolean

true , pokud bylo odebráno alespoň 1 TagHelperAttribute , jinak nepravda.

Poznámky

name je porovnávána nerozlišuje malá a malá písmena.

Platí pro