| Pacote | flash.html |
| Classe | public class HTMLHistoryItem |
| Herança | HTMLHistoryItem Object |
Veja também
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| isPost : Boolean
[read-only]
Whether the HTML page includes POST data.
| HTMLHistoryItem | ||
| originalUrl : String
[read-only]
The original URL of the HTML page, prior to 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 | ||
| Método | Definido por | ||
|---|---|---|---|
|
The constructor function for an HTMLHistoryItem object.
| HTMLHistoryItem | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| isPost | propriedade |
isPost:Boolean [read-only] Whether the HTML page includes POST data.
public function get isPost():Boolean
| originalUrl | propriedade |
originalUrl:String [read-only] The original URL of the HTML page, prior to any redirects.
public function get originalUrl():String
| title | propriedade |
title:String [read-only] The title of the HTML page.
public function get title():String
| url | propriedade |
| HTMLHistoryItem | () | Construtor |
public function HTMLHistoryItem(url:String, originalUrl:String, isPost:Boolean, title:String)
The constructor function for an HTMLHistoryItem object. AIR uses this class to create HTMLHistoryItem objects used by an HTMLLoader object. You will not use this constructor directly in your code.
Parâmetrosurl:String — The resulting URL of the page.
|
|
originalUrl:String — The original URL of the page, prior to redirects.
|
|
isPost:Boolean — Whether the HTML page includes POST data.
|
|
title:String — The title of the HTML page.
|