HstsOptions.ExcludedHosts 属性

定义

不会添加 HSTS 标头的主机名列表。

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

属性值

适用于