Skip to content
Docs Try Aspire
Docs Try

HttpRouteHeaderMatchV1 Properties

Class Properties 3 members
Defines a header match condition for an HTTPRoute rule.
Gets or sets the header name.
public string Name { get; set; }
Gets or sets the match type. Values: "Exact", "RegularExpression".
public string Type { get; set; }
Gets or sets the header value to match.
public string Value { get; set; }