You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > HttpHeaderAttribute Class

HttpHeaderAttribute Class

AuctionWorx 3.5 API
action filter attribute to apply an HTTP header attribute
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodHttpHeaderAttribute
Initializes a new instance of the HttpHeaderAttribute class
Top
Properties

NameDescription
Public propertyName
Public propertyValue
Top
Methods

NameDescription
Public methodOnResultExecuted
applies the spefied headder attribute
(Overrides ActionFilterAttribute.OnResultExecuted(ResultExecutedContext).)
Top
Extension Methods

NameDescription
Public Extension MethodToMvcHtmlString
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.)
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.