TagHelperAttributeList.RemoveAll(String) 메서드

정의

일치하는 name를 사용하여 Name 모든 TagHelperAttribute를 제거합니다.

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

매개 변수

name
String

제거할 의 TagHelperAttribute입니다Name.

반환

true 1 TagHelperAttribute 개 이상이 제거되었으면 이고, false그렇지 않으면 입니다.

설명

name 는 대/소문자를 구분하지 않는 방식으로 비교됩니다.

적용 대상