Adding pizza pagemodel
Pizza PageModel, Handlers and Validations
In this unit, you'll review the structure of a Razor page PageModel
class and its components. You'll learn how page handlers interact with your Razor page. Finally, you'll walk through the Pizza
model and its data annotations that drive both client-side and server-side validation.
Last updated