Skip to content
Docs Try Aspire
Docs Try

IngressPathType

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

Values

Prefix 0
Exact 1
ImplementationSpecific 2