TextInputFormatter.SelectCharacterEncoding(InputFormatterContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt basierend Encoding auf dem context
Zeichensatz von zurück.
protected:
System::Text::Encoding ^ SelectCharacterEncoding(Microsoft::AspNetCore::Mvc::Formatters::InputFormatterContext ^ context);
protected System.Text.Encoding SelectCharacterEncoding (Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context);
protected System.Text.Encoding? SelectCharacterEncoding (Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context);
member this.SelectCharacterEncoding : Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext -> System.Text.Encoding
Protected Function SelectCharacterEncoding (context As InputFormatterContext) As Encoding
Parameter
- context
- InputFormatterContext
Gibt zurück
Eine Encoding basierend auf dem context
Zeichensatz von.
null
, wenn keine unterstützte Codierung gefunden wurde.