Udostępnij za pośrednictwem


TagHelperAttributeList.RemoveAll(String) Metoda

Definicja

Usuwa wszystkie TagHelperAttributes z pasującym nameelementem 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

Element NameTagHelperAttributes do usunięcia.

Zwraca

true jeśli co najmniej 1 TagHelperAttribute zostało usunięte; w przeciwnym razie false.

Uwagi

name jest porównywana wielkość liter bez uwzględniania wielkości liter.

Dotyczy