Skip to content
DocsTry Aspire
DocsTry

HttpRouteMatchV1 Properties

ClassProperties2 members
Defines match conditions for an HTTPRoute rule.
Gets the header match conditions.
public List<HttpRouteHeaderMatchV1> Headers { get; }
Gets or sets the path match condition.
public HttpRoutePathMatchV1? Path { get; set; }