Sdílet prostřednictvím


TagHelperAttributeList.Remove(TagHelperAttribute) Metoda

Definice

Odebere první výskyt konkrétního objektu z objektu 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

Implementuje

Poznámky

attributes Name se porovnává bez rozlišování velkých a malých písmen.

Platí pro