umbraco-mvc

how to remove /umbraco/surface/ from URL?

こ雲淡風輕ζ 提交于 2019-12-19 11:26:32
问题 My Umbraco URL has /umbraco/surface/ in them. For example: http://localhost:50656/umbraco/Surface/HealthInsurance/Application?Pid=26665&Lid=73&Spid=23 http://localhost:50656/umbraco/Surface/HealthInsurance/Results/73 Is it possible to rewrite url for browser display and remove /umbraco/surface/ from it ? I don't want to break just for browser display make url like one below: http://localhost:50656/HealthInsurance/Application?Pid=26665&Lid=73&Spid=23 http://localhost:50656/HealthInsurance

Working with non-Umbraco data in MVC and Umbraco project?

心不动则不痛 提交于 2019-12-19 02:59:13
问题 I am working on a project that has MVC 4 and the Umbraco CMS installed. I apologise - being newbie, my question may be weird. My question is: how do I work with types which I don't want to manage through Umbraco back office?Rather, it will be simple data coming and being stored in SQL Server. Specifically I want to ask: Can I create a controller in MVC and bypass Umbraco? What controllers should be inherited from? Should they be standard MVC Controller, SurfaceController or

Working with non-Umbraco data in MVC and Umbraco project?

巧了我就是萌 提交于 2019-11-30 20:51:15
I am working on a project that has MVC 4 and the Umbraco CMS installed. I apologise - being newbie, my question may be weird. My question is: how do I work with types which I don't want to manage through Umbraco back office?Rather, it will be simple data coming and being stored in SQL Server. Specifically I want to ask: Can I create a controller in MVC and bypass Umbraco? What controllers should be inherited from? Should they be standard MVC Controller, SurfaceController or RenderMvcController ? Again, it will not be an Umbraco document type or data. Will views be inherited from