Skip to content
SP StackPractices

Tag: page-controller

Browse 1 practical software engineering resources tagged with "page-controller". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving page-controller.

Page Controller Pattern

Use a dedicated controller object for each logical page in a web application, handling the request and populating the view for that specific page.