Initializes a new instance of the HttpHeaderAttribute class
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public HttpHeaderAttribute( string name, string value )
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
See Also