Skip to content
DocsTry Aspire
DocsTry

HttpRoutePathMatchV1 Properties

ClassProperties2 members
Defines a path match condition for an HTTPRoute rule.
Gets or sets the type of path matching. Values: "PathPrefix", "Exact".
public string Type { get; set; }
Gets or sets the path value to match.
public string Value { get; set; }