LiteralText.PagedText Propiedad

Definición

Devuelve el texto de la página actual, cuando el control se divide entre páginas. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

public:
 property System::String ^ PagedText { System::String ^ get(); };
public string PagedText { get; }
member this.PagedText : string
Public ReadOnly Property PagedText As String

Valor de propiedad

Texto de la página actual, cuando el control se divide entre páginas.

Se aplica a

Consulte también