示例#1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     this.UserProfileHeader.User = this.UserProfile;
     this.TagCloud.DataBind(TagCache.GetUserHostTags(this.UrlParameters.UserIdentifier, this.HostProfile.HostID));
 }