ForwardedHeadersOptions.OriginalPrefixHeaderName Property

Definition

Gets or sets the header used to store the original path base before applying forwarded headers. Defaults to the value specified by XOriginalPrefixHeaderName

C#
public string OriginalPrefixHeaderName { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 8.0, 9.0

See also