TagHelperAttributeList.Remove(TagHelperAttribute) Metoda

Definice

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

Parametry

attribute
TagHelperAttribute

Návraty

Boolean

Implementuje

Poznámky

attributeporovnává Name se nerozlišuje malá a velká písmena.

Platí pro