Skip to content
DocsTry Aspire
DocsTry

IngressPathType

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

Values

Prefix0
Exact1
ImplementationSpecific2