TagHelperAttributeList.Remove(TagHelperAttribute) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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 不區分大小寫。