닷넷관련/ASP.NET MVC 🍕
ASP.NET Core 7 Sitemap Sample 추천
재우니
2023. 8. 14. 23:27
모든 programming models 에 대한 ASP.NET Core 앱용 Sitemaps Generating (생성) 해주며, ASP.NET Core 7 로 구현된 소스 입니다.
이 리포지토리에 있는 작업을 이해할 때 살펴볼 만한 몇 가지 관심 사항이 있습니다.
- Shopping/Sitemap: infrastructure 코드
- Shopping/Pages/Index.cshtml.cs: SitemapAttribute 가 있는 Razor Page
- Shopping/Controllers/TestController.cs: ASP.NET Core MVC approach
- Shopping/Sitemap/Providers/ProductSitemapUrlProvider.cs: EF Core를 사용하는 데이터베이스의 Custom endpoints provider
- Shopping/Program.cs: Sitemap metadata 가 있는 "cool" 엔드포인트와 함께 sitemap endpoint 등록
- Shopping/Sitemap/SitemapExtensions.cs : ASP.NET Core services 컬렉션에 providers 를 추가하는 Sitemap Extensions
블로그 내용
https://khalidabuhakmeh.com/generate-sitemaps-for-all-of-aspnet-core
github 소스
https://github.com/khalidabuhakmeh/AspNetCore-Sitemap