ScriptTFootBlock
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class ScriptTFootBlock : ScriptHtmlBlock, IConfigureScriptContext
Properties
Tag
View Source
Declaration
public override string Tag { get; }
Inherited Properties
Body
View Source
Declaration
public override ScriptLanguage Body { get; }
Name
View Source
Declaration
public override string Name { get; }
Suffix
View Source
Declaration
public virtual string Suffix { get; }
Tag
View Source
Declaration
public abstract string Tag { get; }
Inherited Methods
WriteAsync(ScriptScopeContext, PageBlockFragment, CancellationToken)
View Source
Declaration
public override async Task WriteAsync(ScriptScopeContext scope, PageBlockFragment block, CancellationToken token)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
ServiceStack.Script.PageBlockFragment | block |
System.Threading.CancellationToken | token |