TagHelperAttributeList.Remove(TagHelperAttribute) 메서드

정의

ICollection<T>에서 맨 처음 발견되는 특정 개체를 제거합니다.

public:
 virtual bool Remove(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ attribute);
public bool Remove (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute attribute);
abstract member Remove : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> bool
override this.Remove : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> bool
Public Function Remove (attribute As TagHelperAttribute) As Boolean

매개 변수

attribute
TagHelperAttribute

반환

구현

설명

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

적용 대상