ContentToCopy

class

Namespace: MyLittleContentEngine.Models

Content that will be copied to the output during a static build.

Declaration

public record ContentToCopy

Inheritance

objectContentToCopy

Implements

  • System.IEquatable<MyLittleContentEngine.Models.ContentToCopy>

Methods

.ctor

method
public 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

property
public string SourcePath { get; init; }
Returns: string ContentToCopy.SourcePath

TargetPath

property
public string TargetPath { get; init; }
Returns: string ContentToCopy.TargetPath