RelativeFileInfo(IFileInfo, 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.
Initializes a new instance of RelativeFileInfo.
public:
RelativeFileInfo(Microsoft::Extensions::FileProviders::IFileInfo ^ fileInfo, System::String ^ relativePath);
public RelativeFileInfo (Microsoft.Extensions.FileProviders.IFileInfo fileInfo, string relativePath);
new Microsoft.AspNetCore.Mvc.Razor.Compilation.RelativeFileInfo : Microsoft.Extensions.FileProviders.IFileInfo * string -> Microsoft.AspNetCore.Mvc.Razor.Compilation.RelativeFileInfo
Public Sub New (fileInfo As IFileInfo, relativePath As String)
Parameters
- relativePath
- String
Path of the file relative to the application base.