LogPage() public static method

public static LogPage ( string page ) : void
page string
return void
示例#1
0
 public void Track(string @event, IDictionary <string, object> properties)
 {
     GoogleAnalyticsHelper.LogPage(@event);
 }