Partager via


RazorViewAttribute(String, Type) Constructeur

Définition

Cette classe est remplacée par RazorCompiledItem et ne sera pas utilisée par le runtime.

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)

Paramètres

path
String

Chemin d’accès.

viewType
Type

Type de vue.

S’applique à