RazorPageAttribute(String, Type, String) 생성자

정의

이 특성은 RazorCompiledItem으로 대체되었으며 런타임에서 사용되지 않습니다.

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)

매개 변수

path
String
viewType
Type
routeTemplate
String

적용 대상