TagHelperAttributeList.RemoveAll(String) Método

Definición

Quita todos los TagHelperAttributeelementos con Name la coincidencia namede .

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

Parámetros

name
String

de Name TagHelperAttributes que se va a quitar.

Devoluciones

Boolean

True si se quitó al menos 1 TagHelperAttribute ; de lo contrario, false.

Comentarios

name se compara sin distinción entre mayúsculas y minúsculas.

Se aplica a