Package | flash.html |
Class | public class HTMLHistoryItem |
Inheritance | HTMLHistoryItem ![]() |
See also
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
![]() [read-only]
Indicates whether the HTML page includes POST data. | HTMLHistoryItem | ||
![]() [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 | |
![]() [read-only]
The title of the HTML page. | HTMLHistoryItem | ||
![]() [read-only]
The URL of the HTML page. | HTMLHistoryItem |
![]() | property |
isPost:Boolean
[read-only] Indicates whether the HTML page includes POST data.
public function get isPost():Boolean
![]() | property |
originalUrl:String
[read-only] The original URL of the HTML page, before any redirects.
public function get originalUrl():String
![]() | property |
title:String
[read-only] The title of the HTML page.
public function get title():String
![]() | property |