WebClass.UrlData Propiedad

Definición

Obtiene o establece un parámetro que se anexa al final de cualquier dirección URL generada mediante el URLFor método .

public:
 property System::String ^ UrlData { System::String ^ get(); void set(System::String ^ value); };
public string UrlData { get; set; }
member this.UrlData : string with get, set
Public Property UrlData As String

Valor de propiedad

que String contiene el parámetro que se anexará.

Comentarios

Las herramientas de actualización usan la clase /> a un proyecto de sitio web de ASP.NET.

Nota:

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a