RazorPageAttribute(String, Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This attribute has been superseded by RazorCompiledItem and will not be used by the 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)
Parameters
- path
- String
- viewType
- Type
- routeTemplate
- String