TagHelperOutputExtensions.RemoveClass Metoda

Definice

Odebere danou z classValue tagHelperOutput's Attributes.

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 se rozšiřuje.

classValue
String

Hodnota třídy, kterou chcete odebrat.

htmlEncoder
HtmlEncoder

Aktuální kodér HTML.

Platí pro