ViewResult.ViewName Propiedad

Definición

Obtiene o establece el nombre o la ruta de acceso de la vista que se representa en la respuesta.

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

Valor de propiedad

Comentarios

Cuando null, el valor predeterminado es ActionName.

Se aplica a