C# Class BlogSharp.Core.Impl.Services.Template.DefaultTemplate

Inheritance: ITemplate
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method Description
DefaultTemplate ( string content, ITemplateEngine engine ) : Core.Services.Template
GetContent ( ) : string

Method Details

DefaultTemplate() public method

public DefaultTemplate ( string content, ITemplateEngine engine ) : Core.Services.Template
content string
engine ITemplateEngine
return Core.Services.Template

GetContent() public method

public GetContent ( ) : string
return string