Class JsonFormatterAttribute
Can be used to specify that an action or controller should use IJson
Inheritance
System.Object
JsonFormatterAttribute
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class JsonFormatterAttribute : ActionFilterAttribute
Constructors
JsonFormatterAttribute()
Declaration
public JsonFormatterAttribute()
Methods
OnActionExecuting(ActionExecutingContext)
Declaration
public override void OnActionExecuting(ActionExecutingContext context)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
context |