Метод | Описание | |
---|---|---|
CompressContentAttribute ( ) : System |
Constructs a instance of HTTP compressesion attribute
|
|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Override to compress the content that is generated by an action method
|
|
OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void |
Override to handle error
|
public CompressContentAttribute ( ) : System | ||
Результат | System |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | Filter context |
Результат | void |
public OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutedContext | Filter context |
Результат | void |