action filter attribute to apply an HTTP header attribute
Inheritance Hierarchy
SystemAttribute
FilterAttribute
ActionFilterAttribute
RainWorx.FrameWorx.MVC.ControllersHttpHeaderAttribute
Namespace: RainWorx.FrameWorx.MVC.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class HttpHeaderAttribute : ActionFilterAttribute
The HttpHeaderAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpHeaderAttribute | Initializes a new instance of the HttpHeaderAttribute class |
Properties
Name | Description | |
---|---|---|
![]() | Name | |
![]() | Value |
Methods
Name | Description | |
---|---|---|
![]() | OnResultExecuted |
applies the spefied headder attribute
(Overrides ActionFilterAttribute.OnResultExecuted(ResultExecutedContext).) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also