AmazedSaint.Elastic.Templating.Generator.RenderModel C# (CSharp) Method

RenderModel() public method

Specify the pre processing options
public RenderModel ( string modelPath, string modelType, string ttPath ) : string
modelPath string
modelType string
ttPath string
return string
        public string RenderModel(string modelPath, string modelType, string ttPath)
        {
            return RenderModel(modelPath, modelType, ttPath,true);
        }

Same methods

Generator::RenderModel ( string modelPath, string modelType, string ttPath, bool preProcess ) : string