Skip to content
Docs Try Aspire
Docs Try

GatewayPathMatchType

Enum
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
enum GatewayPathMatchType {
PathPrefix = 0,
Exact = 1,
RegularExpression = 2,
}

Values

PathPrefix 0
Exact 1
RegularExpression 2