Partager via


FormatFilter.GetFormat(ActionContext) Méthode

Définition

Microsoft.AspNetCore.Mvc.Formatters.Internal.IFormatFilter.GetFormat(Microsoft.AspNetCore.Mvc.ActionContext)
public:
 virtual System::String ^ GetFormat(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public virtual string GetFormat (Microsoft.AspNetCore.Mvc.ActionContext context);
public virtual string? GetFormat (Microsoft.AspNetCore.Mvc.ActionContext context);
abstract member GetFormat : Microsoft.AspNetCore.Mvc.ActionContext -> string
override this.GetFormat : Microsoft.AspNetCore.Mvc.ActionContext -> string
Public Overridable Function GetFormat (context As ActionContext) As String

Paramètres

context
ActionContext

Retours

Implémente

Microsoft.AspNetCore.Mvc.Formatters.Internal.IFormatFilter.GetFormat(Microsoft.AspNetCore.Mvc.ActionContext)

S’applique à