This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
74a67bf8bc5a0216f8b97198efce852c819cf27f
Umbraco-CMS
/
src
/
Umbraco.Web.Website
History
Bjarke Berg
88acb07873
Merge pull request
#9821
from umbraco/netcore/task/9716-custom-routes
...
Custom controller routes within an Umbraco context (i.e. virtual nodes)
2021-02-17 12:29:20 +01:00
..
ActionResults
Fixing tests, created constants
2021-02-05 13:14:24 +11:00
Collections
Netcore: Cleanup and migrate few classes from Umbraco.Web (
#9375
)
2020-11-12 11:01:19 +01:00
Controllers
Removes old classes that merge viewdata and modelstate that are no longer necessary
2021-02-12 16:10:50 +11:00
DependencyInjection
Changes the umbraco route values to use http features intead of in route values which is much nicer, fixes the redirect to page result, tests a surface controller POST and it works, ensures the routing takes place before the form check, removes a bunch of old code
2021-02-03 15:47:27 +11:00
Extensions
Changes how controllers are discovered, re-uses aspnetcore to do this, rely directly on the resolved ControllerActionDescriptor since this is how routing works anyways and also saves future lookups (perf), gets the UmbracoPageResult 'working' - at least to proxy a controller execution but now we need to do the model state merging, etc...
2021-02-04 13:09:28 +11:00
Models
Migrated RenderNoContentController + related (
#9309
)
2020-11-03 18:55:55 +01:00
Routing
Simplify UmbracoRouteValues since this is an http request feature which dictates what an Umbraco route is
2021-02-12 16:54:19 +11:00
Security
Migrated member related partial views along with necessary methods from MembershipHelper into IUmbracoWebsiteSecurity.
2020-11-24 11:33:46 +01:00
ViewEngines
Simplifies how view locations are determined
2021-01-04 15:43:30 +11:00
Umbraco.Web.Website.csproj
Added Directory.Build.props to replace SolutionInfo
2021-02-15 13:53:06 +01:00