Méthode | Description | |
---|---|---|
HttpHeaderAttribute ( string name, string value ) : System |
Initializes a new instance of the HttpHeaderAttribute class.
|
|
OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void |
Called by the MVC framework after the action result executes.
|
public HttpHeaderAttribute ( string name, string value ) : System | ||
name | string | The HTTP header name. |
value | string | The HTTP header value. |
Résultat | System |
public OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutedContext | The filter context. |
Résultat | void |