HeaderExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Header expression, The token identifier in header is case-insensitive.
public class HeaderExpression : Microsoft.OpenApi.Expressions.SourceExpression
type HeaderExpression = class
inherit SourceExpression
Public Class HeaderExpression
Inherits SourceExpression
- Inheritance
Constructors
HeaderExpression(String) |
Initializes a new instance of the HeaderExpression class. |
Fields
Header |
header. string |
Prefix |
The dollar sign prefix for a runtime expression. (Inherited from RuntimeExpression) |
Properties
Expression |
Gets the expression string. |
Token |
Gets the token string. |
Value |
Gets the expression string. (Inherited from SourceExpression) |
Methods
Equals(Object) |
Equals implementation for IEquatable. (Inherited from RuntimeExpression) |
Equals(RuntimeExpression) |
Equals implementation for object of the same type. (Inherited from RuntimeExpression) |
GetHashCode() |
GetHashCode implementation for IEquatable. (Inherited from RuntimeExpression) |
ToString() | (Inherited from RuntimeExpression) |