1 write to _source
dotnet-razorpagegenerator (1)
Program.cs (1)
172_source = item;
7 references to _source
dotnet-razorpagegenerator (7)
Program.cs (7)
175PhysicalPath = $"{physicalPathPrefix}{_source.FileName}"; 178public override string BasePath => _source.BasePath; 180public override string FilePath => _source.FilePath; 184public override bool Exists => _source.Exists; 194var basePath = System.IO.Path.GetDirectoryName(_source.PhysicalPath); 195var cshtmlContent = File.ReadAllText(_source.PhysicalPath); 210throw new InvalidOperationException($"Invalid include file format in {_source.PhysicalPath}. Usage example: <%$ include: ErrorPage.js %>");