{"id":216,"date":"2021-03-29T14:11:06","date_gmt":"2021-03-29T05:11:06","guid":{"rendered":"https:\/\/mvc.auctionpro.co.kr\/?page_id=216"},"modified":"2021-03-29T14:11:06","modified_gmt":"2021-03-29T05:11:06","slug":"multiple-types-controller","status":"publish","type":"page","link":"https:\/\/mvc.auctionpro.co.kr\/?page_id=216","title":{"rendered":"Multiple types controller"},"content":{"rendered":"<h3> Remark : <\/h3>\n<h4> MVC5 Multiple types were found that match the controller named &#8216;Home&#8217; <\/h4>\n<pre class=\"lang:default decode:true \" >routes.MapRoute(\r\n    \"Default\", \r\n    \"{controller}\/{action}\/{id}\", \r\n    new { controller = \"Home\", action = \"Index\", id = UrlParameter.Optional },\r\n);<\/pre>\n<h4>TO<\/h4>\n<pre class=\"lang:default decode:true \" >routes.MapRoute(\r\n    \"Default\", \r\n    \"{controller}\/{action}\/{id}\", \r\n    new { controller = \"Home\", action = \"Index\", id = UrlParameter.Optional },\r\n    namespaces: new[] { \"RecreationalServicesTicketingSystem.Controllers\" }\r\n);<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Remark : MVC5 Multiple types were found that match the controller named &#8216;Home&#8217; routes.MapRoute( &#8220;Default&#8221;, &#8220;{controller}\/{action}\/{id}&#8221;, new { controller = &#8220;Home&#8221;, action = &#8220;Index&#8221;, id = UrlParameter.Optional }, ); TO routes.MapRoute( &#8220;Default&#8221;, &#8220;{controller}\/{action}\/{id}&#8221;, new { controller = &#8220;Home&#8221;, action = &#8220;Index&#8221;, id = UrlParameter.Optional }, namespaces: new[] { &#8220;RecreationalServicesTicketingSystem.Controllers&#8221; } );<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-216","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=216"}],"version-history":[{"count":1,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/216\/revisions"}],"predecessor-version":[{"id":217,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/216\/revisions\/217"}],"wp:attachment":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}