RazorViewAttribute(String, Type) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.