Compartir a través de


RazorViewAttribute(String, Type) Constructor

Definición

Esta clase se reemplaza por RazorCompiledItem y el tiempo de ejecución no lo usará.

public:
 RazorViewAttribute(System::String ^ path, Type ^ viewType);
public RazorViewAttribute (string path, Type viewType);
new Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute : string * Type -> Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute
Public Sub New (path As String, viewType As Type)

Parámetros

path
String

La ruta de acceso.

viewType
Type

El tipo de vista.

Se aplica a