FileProviderRazorProjectItem Constructors
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.
Overloads
FileProviderRazorProjectItem(IFileInfo, String, String, String) |
Intializes a new instance of a FileProviderRazorProjectItem. |
FileProviderRazorProjectItem(IFileInfo, String, String, String, String) |
Intializes a new instance of a FileProviderRazorProjectItem. |
FileProviderRazorProjectItem(IFileInfo, String, String, String)
Intializes a new instance of a FileProviderRazorProjectItem.
public:
FileProviderRazorProjectItem(Microsoft::Extensions::FileProviders::IFileInfo ^ fileInfo, System::String ^ basePath, System::String ^ filePath, System::String ^ root);
public FileProviderRazorProjectItem (Microsoft.Extensions.FileProviders.IFileInfo fileInfo, string basePath, string filePath, string root);
new Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.FileProviderRazorProjectItem : Microsoft.Extensions.FileProviders.IFileInfo * string * string * string -> Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.FileProviderRazorProjectItem
Public Sub New (fileInfo As IFileInfo, basePath As String, filePath As String, root As String)
Parameters
- fileInfo
- IFileInfo
The file info.
- basePath
- String
The base path.
- filePath
- String
The file path.
- root
- String
The root.
Applies to
FileProviderRazorProjectItem(IFileInfo, String, String, String, String)
Intializes a new instance of a FileProviderRazorProjectItem.
public:
FileProviderRazorProjectItem(Microsoft::Extensions::FileProviders::IFileInfo ^ fileInfo, System::String ^ basePath, System::String ^ filePath, System::String ^ root, System::String ^ fileKind);
public FileProviderRazorProjectItem (Microsoft.Extensions.FileProviders.IFileInfo fileInfo, string basePath, string filePath, string root, string fileKind);
public FileProviderRazorProjectItem (Microsoft.Extensions.FileProviders.IFileInfo fileInfo, string basePath, string filePath, string root, string? fileKind);
new Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.FileProviderRazorProjectItem : Microsoft.Extensions.FileProviders.IFileInfo * string * string * string * string -> Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.FileProviderRazorProjectItem
Public Sub New (fileInfo As IFileInfo, basePath As String, filePath As String, root As String, fileKind As String)
Parameters
- fileInfo
- IFileInfo
The file info.
- basePath
- String
The base path.
- filePath
- String
The file path.
- root
- String
The root.
- fileKind
- String
The kind of file.