Partager via


RazorPageAttribute(String, Type, String) Constructeur

Définition

Cet attribut a été remplacé par RazorCompiledItem et ne sera pas utilisé par le runtime.

public:
 RazorPageAttribute(System::String ^ path, Type ^ viewType, System::String ^ routeTemplate);
public RazorPageAttribute (string path, Type viewType, string routeTemplate);
new Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute : string * Type * string -> Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute
Public Sub New (path As String, viewType As Type, routeTemplate As String)

Paramètres

path
String
viewType
Type
routeTemplate
String

S’applique à