removes ResponseStatusDescription and others that aren't used, ports the not found handler, ports redirects, headers, etc...
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Umbraco.Web.Common.ModelBinders
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
BindModel(bindingContext, umbracoRouteValues.PublishedContent, bindingContext.ModelType);
|
||||
BindModel(bindingContext, umbracoRouteValues.PublishedRequest.PublishedContent, bindingContext.ModelType);
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user