LogPage() 공개 정적인 메소드

public static LogPage ( string page ) : void
page string
리턴 void
예제 #1
0
 public void Track(string @event, IDictionary <string, object> properties)
 {
     GoogleAnalyticsHelper.LogPage(@event);
 }