包 | flash.html |
类 | public class HTMLHistoryItem |
继承 | HTMLHistoryItem Object |
运行时版本: | AIR 1.0 |
另请参见
属性 | 定义方 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
isPost : Boolean [只读 (read-only)] 指示 HTML 页是否包含 POST 数据。 | HTMLHistoryItem | ||
originalUrl : String [只读 (read-only)] 在进行任何重定向之前,HTML 页的原始 URL。 | HTMLHistoryItem | ||
prototype : Object [静态]
对类或函数对象的原型对象的引用。 | Object | ||
title : String [只读 (read-only)] HTML 页的标题。 | HTMLHistoryItem | ||
url : String [只读 (read-only)] HTML 页的 URL。 | HTMLHistoryItem |
isPost | 属性 |
isPost:Boolean
[只读 (read-only)] 运行时版本: | AIR 1.0 |
指示 HTML 页是否包含 POST 数据。
public function get isPost():Boolean
originalUrl | 属性 |
originalUrl:String
[只读 (read-only)] 运行时版本: | AIR 1.0 |
在进行任何重定向之前,HTML 页的原始 URL。
public function get originalUrl():String
title | 属性 |
url | 属性 |