ASPX.CS里的代码:

VoteChat.GetType().GetProperty("vid").SetValue(VoteChat, model.id.ToString(), null);

以下是ASCX下面的代码

public string vid { get; set; }

04-25 13:56