Skip to content
Docs Try Aspire
Docs Try

IngressPathType

Enum
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
enum IngressPathType {
Prefix = 0,
Exact = 1,
ImplementationSpecific = 2,
}

Values

Prefix 0
Exact 1
ImplementationSpecific 2