FormatFilter.GetFormat(ActionContext) Method

Definition

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

Parameters

context
ActionContext

Returns

Implements

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

Applies to