ViewInfo(String, Type) Constructor

Definition

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.

type
Type

The view Type.

Applies to