public T Property { get { return (T)ViewState["ViewStateKey"]; } set { ViewState["ViewStateKey"] = value; } }
沒有留言:
張貼留言