FormatFilter.GetFormat(ActionContext) 方法

定义

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

参数

context
ActionContext

返回

实现

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

适用于