Sdílet prostřednictvím


TagHelperAttributeList.RemoveAll(String) Metoda

Definice

Odebere všechna TagHelperAttributes odpovídající name.Name

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

Hodnota Name z TagHelperAttributes, která se má odebrat.

Návraty

truepokud byla odebrána alespoň 1TagHelperAttribute, v opačném případě . false

Poznámky

name je porovnáván bez rozlišování velkých a malých písmen.

Platí pro