MvcOptions.SslPort 属性

定义

获取或设置此应用程序在使用 时 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)

属性值

适用于