Click or drag to resize

HttpHeader Properties

The HttpHeader type exposes the following members.

Properties
  NameDescription
Public propertyName
Specifies the name of the header.
Public propertyValue
Specifies the value of the header. Use the expression variable 'RouteParameters' to access the route parameter values. Use the expression variable 'RequestHeaders' to access the request header values.
Top
See Also