C# 클래스 Discuz.Web.getip

查看IP信息页
상속: Discuz.Forum.PageBase
파일 보기 프로젝트 열기: CyranoChen/DiscuzNT

공개 프로퍼티들

프로퍼티 타입 설명
forumname string
forumnav string
ip string
iplocation string
postid int
posttitle string
topicid int

보호된 메소드들

메소드 설명
ShowPage ( ) : void

메소드 상세

ShowPage() 보호된 메소드

protected ShowPage ( ) : void
리턴 void

프로퍼티 상세

forumname 공개적으로 프로퍼티

当前版块名称
public string forumname
리턴 string

forumnav 공개적으로 프로퍼티

论坛导航信息
public string forumnav
리턴 string

ip 공개적으로 프로퍼티

IP地址
public string ip
리턴 string

iplocation 공개적으로 프로퍼티

IP地址所在地查询结果
public string iplocation
리턴 string

postid 공개적으로 프로퍼티

帖子Id
public int postid
리턴 int

posttitle 공개적으로 프로퍼티

帖子标题
public string posttitle
리턴 string

topicid 공개적으로 프로퍼티

主题Id
public int topicid
리턴 int