示例#1
0
        //
        // GET: /Tag/

        public ActionResult p_TagHeader(string tagName)
        {
            bn_HashTag bnHashTag = new bn_HashTag();
            var        model     = bnHashTag.GetByTagName(tagName);

            bnHashTag.IncrViews(model.HashTagId);

            return(View(model));
        }