Udostępnij za pośrednictwem


TagHelperAttributeList.Remove(TagHelperAttribute) Metoda

Definicja

Usuwa pierwsze wystąpienie określonego obiektu z obiektu 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

Zwraca

Implementuje

Uwagi

attributes Name jest porównywana bez uwzględniania wielkości liter.

Dotyczy