MvcOptions.SslPort 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此应用程序在使用 时 RequireHttpsAttribute 使用的 SSL 端口。 如果未设置,将不会在安全 URL 中指定端口,例如 https://localhost/path.
public:
property Nullable<int> SslPort { Nullable<int> get(); void set(Nullable<int> value); };
public int? SslPort { get; set; }
member this.SslPort : Nullable<int> with get, set
Public Property SslPort As Nullable(Of Integer)