TagHelperAttributeList.RemoveAll(String) Method

Definition

Removes all TagHelperAttributes with Name matching 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

Parameters

name
String

The Name of TagHelperAttributes to remove.

Returns

true if at least 1 TagHelperAttribute was removed; otherwise, false.

Remarks

name is compared case-insensitively.

Applies to