你的位置: 码友网首页 / 资讯源列表 / Implementing a Custom Model Binder In Razor Pages

关于[Implementing a Custom Model Binder In Razor Pages]的摘要:

In Razor Pages, model binding is the process that maps data from an HTTP request to simple PageModel properties or handler parameters. Incoming data can be included in a request as posted form values, query string values or route data. The default collection of model binders cover every simple .NET data type.. But sometimes they are not enough, and you need to add your own implementation.

原文地址: https://www.mikesdotnetting.com/article/353/implementing-a-custom-model-binder-in-razor-pages

收录时间: 2020-11-11 浏览量: 1123 分类: ASP.NET Core

| 0 收藏 | 0