Property | Type | Description | |
---|---|---|---|
TBOT_MAIN_HTML_PAGE | string | ||
TBOT_SCRIPTS_FOLDER | string |
Method | Description | |
---|---|---|
Create ( ) : |
||
ExecuteRazorPage ( string page ) : string | ||
GetHtml ( string content ) : Stream | ||
GetHtml ( string content, bool htmlEncode, double executionTime ) : Stream | ||
Json ( string page ) : Stream | ||
List ( ) : Stream | ||
Render ( string page ) : Stream | ||
Run ( string page ) : Stream | ||
SetAvailableScripts ( ) : string>.Dictionary |
||
TBotScriptsFiles ( ) : List |
||
TBot_Brain ( |
||
availableScripts ( ) : string>.Dictionary |
||
checkIfUserIsAdmin ( ) : void | ||
user_CsrfToken ( ) : string | ||
user_SessionId ( ) : System.Guid |
Method | Description | |
---|---|---|
TBot_Brain ( ) : System |
public ExecuteRazorPage ( string page ) : string | ||
page | string | |
return | string |
public GetHtml ( string content, bool htmlEncode, double executionTime ) : Stream | ||
content | string | |
htmlEncode | bool | |
executionTime | double | |
return | Stream |
public static SetAvailableScripts ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public TBot_Brain ( |
||
tmRest | ||
return | System |
public availableScripts ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public static string TBOT_MAIN_HTML_PAGE | ||
return | string |