FormatFilter.GetFormat(ActionContext) Método

Definición

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

Parámetros

context
ActionContext

Devoluciones

String

Implementaciones

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

Se aplica a