Property | Type | Description | |
---|---|---|---|
History | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
Back ( ) : void | ||
Forward ( ) : void | ||
Go ( ) : void | ||
Go ( int delta ) : void | ||
PushState ( object data, string title ) : void | ||
PushState ( object data, string title, string url ) : void | ||
ReplaceState ( object data, string title ) : void | ||
ReplaceState ( object data, string title, string url ) : void |
Method | Description | |
---|---|---|
History ( ) : System.Runtime.CompilerServices |
public PushState ( object data, string title ) : void | ||
data | object | |
title | string | |
return | void |
public PushState ( object data, string title, string url ) : void | ||
data | object | |
title | string | |
url | string | |
return | void |
public ReplaceState ( object data, string title ) : void | ||
data | object | |
title | string | |
return | void |
public ReplaceState ( object data, string title, string url ) : void | ||
data | object | |
title | string | |
url | string | |
return | void |