Method | Description | |
---|---|---|
OnInit ( |
||
OnPreRender ( |
||
btnClearCache_Click ( object sender, |
Used to manually flush the attribute cache.
|
|
btnDumpDiagnostics_Click ( object sender, |
Creates a text version (mostly) of the Diagnostics data that is sent via the HttpResponse to the client.
|
|
btnRestart_Click ( object sender, |
Method | Description | |
---|---|---|
GetCacheInfo ( ) : string | ||
GetDbInfo ( ) : string | ||
GetLastMigrationData ( ) : string |
Queries the MigrationHistory and the PluginMigration tables and returns the name (MigrationId) of the last core migration that was run and a table listing the last plugin assembly's migration name and number that was run.
|
|
GetRoutesInfo ( ) : string | ||
ResponseWrite ( string key, string value, |
||
RestartWebApplication ( ) : bool |
protected OnPreRender ( |
||
e | ||
return | void |
protected btnClearCache_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnDumpDiagnostics_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnRestart_Click ( object sender, |
||
sender | object | |
e | ||
return | void |