Sprog

OutboundHostValidatorOptions.Hosts Property

Definition

Gets or sets the additional allowed host suffixes. An entry matches a request host when the host equals the entry or is a subdomain of it (e.g. contoso.com matches contoso.com and files.contoso.com). A leading *. is accepted and ignored (treated as a suffix).

public System.Collections.Generic.IList<string> Hosts { get; set; }
member this.Hosts : System.Collections.Generic.IList<string> with get, set
Public Property Hosts As IList(Of String)

Property Value

Applies to