共用方式為


HtmlPageAdapter.EventSourceKey 屬性

定義

傳回要用來提交事件來源的金鑰。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

protected:
 virtual property System::String ^ EventSourceKey { System::String ^ get(); };
protected virtual string EventSourceKey { get; }
member this.EventSourceKey : string
Protected Overridable ReadOnly Property EventSourceKey As String

屬性值

要用來提交事件來源的金鑰。

備註

如果繼承的配接器覆寫這個屬性,它也必須覆寫 DeterminePostBackMode 方法來處理回傳。

適用於

另請參閱