Sdílet prostřednictvím


TagHelperOutputExtensions.RemoveClass Metoda

Definice

Odebere danou classValue položku z objektu AttributestagHelperOutput.

public:
[System::Runtime::CompilerServices::Extension]
 static void RemoveClass(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ tagHelperOutput, System::String ^ classValue, System::Text::Encodings::Web::HtmlEncoder ^ htmlEncoder);
public static void RemoveClass (this Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput tagHelperOutput, string classValue, System.Text.Encodings.Web.HtmlEncoder htmlEncoder);
static member RemoveClass : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput * string * System.Text.Encodings.Web.HtmlEncoder -> unit
<Extension()>
Public Sub RemoveClass (tagHelperOutput As TagHelperOutput, classValue As String, htmlEncoder As HtmlEncoder)

Parametry

tagHelperOutput
TagHelperOutput

Tato TagHelperOutput metoda rozšiřuje.

classValue
String

Hodnota třídy, která se má odebrat.

htmlEncoder
HtmlEncoder

Aktuální kodér HTML.

Platí pro