Share via


HostAttribute.Hosts 屬性

定義

傳回路由期間使用的主機唯讀集合。 主機會是 Unicode,而不是 punycode,而且可能有埠。 空集合表示將接受任何主機。

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Hosts { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> Hosts { get; }
member this.Hosts : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Hosts As IReadOnlyList(Of String)

屬性值

實作

適用於