void LogPageStats(string, string)
Manually logs a new page navigation entry into the KioWare usage statistics log
Security
Trust Level Required: Medium Trust
Parameters
Name | Description |
url |
string The absolute URL to record in the navigation entry. |
title |
string The title of the page to record in the navigation entry. |
Remarks
This function can be used to record navigations on pages where the browser itself has not actually performed a navigate. For example, a single-page application performs no navigations, but it has discrete areas which administrators may want to be able to log access to.
Examples
KioUtils.LogPageStats('http://www.example.com/news.html', 'News');
Requirements
KioWare for Windows version 8.16 or greater.