共用方式為


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

適用於