FormsAuthentication.IsEnabled 屬性

定義

取得值,指出表單驗證是否已啟用。

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
member this.IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

屬性值

Boolean

如果表單驗證已啟用,則為 true,否則為 false

適用於