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