Package | flash.html |
Class | public class HTMLHistoryItem |
Inheritance | HTMLHistoryItem Object |
Runtime version: | AIR 1.0 |
See also
Property | Defined by | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | ||
isPost : Boolean
[read-only]
Indicates whether the HTML page includes POST data.
| HTMLHistoryItem | ||
originalUrl : String
[read-only]
The original URL of the HTML page, before any redirects.
| HTMLHistoryItem | ||
prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | ||
title : String
[read-only]
The title of the HTML page.
| HTMLHistoryItem | ||
url : String
[read-only]
The URL of the HTML page.
| HTMLHistoryItem |
isPost | property |
isPost:Boolean
[read-only]
Runtime version: | AIR 1.0 |
Indicates whether the HTML page includes POST data.
Implementation public function get isPost():Boolean
originalUrl | property |
originalUrl:String
[read-only]
Runtime version: | AIR 1.0 |
The original URL of the HTML page, before any redirects.
Implementation public function get originalUrl():String
title | property |
title:String
[read-only]
Runtime version: | AIR 1.0 |
The title of the HTML page.
Implementation public function get title():String
url | property |
url:String
[read-only]
Runtime version: | AIR 1.0 |
The URL of the HTML page.
Implementation public function get url():String