ChtmlPageAdapter.EventSourceKey 属性

定义

返回用于提交事件源的键。Returns the key to use to submit the event source. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

属性值

String

用于提交事件源的键。The key to use to submit the event source.

适用于

另请参阅