예제 #1
0
        public ActionResult Type(string namespaceId, string typeId)
        {
            var type = _router.FindTypeFromRoutePart(typeId);

            return(View(new TypeViewModel(type)));
        }