Skip to content
DocsTry Aspire
DocsTry

HttpRouteHeaderMatchV1 Properties

ClassProperties3 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; }