ObjectList.MoreText 属性

定义

获取或设置用于 More 链接的文本字符串,在 HTML 浏览器上使用该链接导航至详细信息视图。 默认值为 More 或本地化的等效项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property System::String ^ MoreText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public string MoreText { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.MoreText : string with get, set
Public Property MoreText As String

属性值

用于 More 链接的文本字符串,在 HTML 浏览器上使用该链接导航至详细信息视图。

属性

注解

呈现 More 链接以提供从 ListViewObjectListDetailsViewObjectList的链接。 必须满足以下条件才能 More 呈现链接:

  • DefaultCommand必须设置 属性。

  • 必须在详细信息视图中呈现其他字段或命令。

的默认呈现 ObjectList 将显示 中的 ListView 第一个字段作为指向 DetailsView 页面的链接。 DefaultCommand设置 属性会覆盖此链接,并导致它引发 ItemCommand 事件。 因此,呈现 More 链接以提供指向 的链接 DetailsView

注意

此属性与 DetailsCommandText WAP 浏览器上使用的 属性不同。

适用于

另请参阅