次の方法で共有


IWebSiteBase.EnabledHostNames プロパティ

定義

アプリの有効なホスト名を取得します。ホスト名を割り当てる必要があります (「HostNames」を参照) AND を有効にする必要があります。 それ以外の場合、アプリはそれらのホスト名では提供されません。

public System.Collections.Generic.IList<string> EnabledHostNames { get; }
member this.EnabledHostNames : System.Collections.Generic.IList<string>
Public ReadOnly Property EnabledHostNames As IList(Of String)

プロパティ値

適用対象