ContentToCopy
classNamespace: MyLittleContentEngine.Models
Content that will be copied to the output during a static build.
Declaration
public record ContentToCopy
Inheritance
object
→ ContentToCopy
Implements
System.IEquatable<MyLittleContentEngine.Models.ContentToCopy>
Methods
.ctor
methodpublic void .ctor(string SourcePath, string TargetPath)
Content that will be copied to the output during a static build.
Returns:
void
SourcePath string | |
TargetPath string |
Propertys
SourcePath
propertypublic string SourcePath { get; init; }
Returns:
string ContentToCopy.SourcePath
TargetPath
propertypublic string TargetPath { get; init; }
Returns:
string ContentToCopy.TargetPath