ViewInfo(String, Type) 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.
Creates a new instance of ViewInfo.
public:
ViewInfo(System::String ^ path, Type ^ type);
public ViewInfo (string path, Type type);
new Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo : string * Type -> Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo
Public Sub New (path As String, type As Type)
Parameters
- path
- String
The path of the view.