Package | flash.html |
Class | public class HTMLHistoryItem |
Inheritance | HTMLHistoryItem Object |
Runtime Versions: | AIR 1.0 |
See also
Public Properties
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 |
Public Methods
Property Detail
isPost | property |
isPost:Boolean
[read-only] Runtime Versions: | AIR 1.0 |
Indicates whether the HTML page includes POST data.
Implementation
public function get isPost():Boolean
originalUrl | property |
originalUrl:String
[read-only] Runtime Versions: | 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 Versions: | AIR 1.0 |
The title of the HTML page.
Implementation
public function get title():String
url | property |
url:String
[read-only] Runtime Versions: | AIR 1.0 |
The URL of the HTML page.
Implementation
public function get url():String
Fri Mar 19 2010, 02:45 AM -07:00