TagHelperOutputExtensions.RemoveRange Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Odebere danou z attributes tagHelperOutput's Attributes.
public:
[System::Runtime::CompilerServices::Extension]
static void RemoveRange(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ tagHelperOutput, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^> ^ attributes);
public static void RemoveRange (this Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput tagHelperOutput, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes);
static member RemoveRange : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput * seq<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> -> unit
<Extension()>
Public Sub RemoveRange (tagHelperOutput As TagHelperOutput, attributes As IEnumerable(Of TagHelperAttribute))
Parametry
- tagHelperOutput
- TagHelperOutput
Tato TagHelperOutput metoda se rozšiřuje.
- attributes
- IEnumerable<TagHelperAttribute>
Atributy, které chcete odebrat.