Share via


TagHelperAttributeList.Remove(TagHelperAttribute) Method

Definition

Removes the first occurrence of a specific object from the 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

Parameters

attribute
TagHelperAttribute

Returns

Implements

Remarks

attributes Name is compared case-insensitively.

Applies to