HttpSessionStateWrapper.IsNewSession 屬性

定義

會取得一個值,表示該會話是否在當前請求期間建立。

public:
 virtual property bool IsNewSession { bool get(); };
public override bool IsNewSession { get; }
member this.IsNewSession : bool
Public Overrides ReadOnly Property IsNewSession As Boolean

屬性值

true若會話是在當前請求期間建立;否則,。 false

適用於