WebEventCodes.ApplicationStart 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示事件代碼,表示應用程式已啟動。 這個欄位為常數。
public: int ApplicationStart = 1001;
public const int ApplicationStart = 1001;
val mutable ApplicationStart : int
Public Const ApplicationStart As Integer = 1001
欄位值
Value = 1001備註
ApplicationStart 是參考應用程式開頭的主要程式碼。 當應用程式啟動時,ASP.NET 會 WebApplicationLifetimeEvent 以 的主要程式碼 ApplicationStart 引發 。