Class LiquidTemplateParameters
Defines the parameters required for rendering a Liquid template.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class LiquidTemplateParameters
Constructors
LiquidTemplateParameters()
Declaration
public LiquidTemplateParameters()
Properties
Content
Gets or sets the XML or JSON representation of an object that should be parsed and provided to the template for parameters binding.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
String |
ContentType
Gets or sets the type of the provided content.
Declaration
public LiquidContentType ContentType { get; set; }
Property Value
Type | Description |
---|---|
LiquidContentType |
Template
Gets or sets the Liquid template (https://shopify.github.io/liquid/).
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
String |