Table of Contents

Class BoilerplateStartArgs

Namespace
SunamoHtml.Args
Assembly
SunamoHtml.dll

Arguments for start section of HTML boilerplate.

public class BoilerplateStartArgs
Inheritance
BoilerplateStartArgs
Inherited Members
Extension Methods

Properties

Css

Gets or sets the CSS content or path.

public string Css { get; set; }

Property Value

string

IsDirectInject

Gets or sets whether to directly inject CSS content (only for CSS).

public bool IsDirectInject { get; set; }

Property Value

bool

Js

Gets or sets the JavaScript content or path.

public string Js { get; set; }

Property Value

string