Beispiel #1
0
 public RazorProviderStage(StagePerformHandler <IFileProvider, TInputItemCache, TInputCache> inputList0, string contentId, string?id, GeneratorContext context) : base(inputList0, context)
 {
     this.ContentId = contentId;
     this.id        = id ?? Guid.NewGuid().ToString();
 }
Beispiel #2
0
 public FileProviderStage(string providerId, StagePerformHandler <Stream, TInputItemCache, TInputCache> inputList0, GeneratorContext context) : base(inputList0, context)
 {
     this.ProviderId = providerId;
 }
Beispiel #3
0
 public MarkdownToHtmlStage(StagePerformHandler <MarkdownDocument, TInputCache> inputSingle0, GeneratorContext context) : base(inputSingle0, context)
 {
 }
Beispiel #4
0
 public TextToStreamStage(StagePerformHandler <string, TInputCache> inputSingle0, GeneratorContext context) : base(inputSingle0, context)
 {
 }