C# Class Discuz.Web.getip

查看IP信息页
Inheritance: Discuz.Forum.PageBase
Afficher le fichier Open project: CyranoChen/DiscuzNT

Méthodes publiques

Свойство Type Description
forumname string
forumnav string
ip string
iplocation string
postid int
posttitle string
topicid int

Méthodes protégées

Méthode Description
ShowPage ( ) : void

Method Details

ShowPage() protected méthode

protected ShowPage ( ) : void
Résultat void

Property Details

forumname public_oe property

当前版块名称
public string forumname
Résultat string

forumnav public_oe property

论坛导航信息
public string forumnav
Résultat string

ip public_oe property

IP地址
public string ip
Résultat string

iplocation public_oe property

IP地址所在地查询结果
public string iplocation
Résultat string

postid public_oe property

帖子Id
public int postid
Résultat int

posttitle public_oe property

帖子标题
public string posttitle
Résultat string

topicid public_oe property

主题Id
public int topicid
Résultat int