t have lot of views ? like for blogs i use markdown and parse it acc to the route param, but i want views to be there as i can add SEO tags accordingly
is it completely fine to have hundreds' of views , by app startup performance point of view?
You can parameterise the parts that change per blog post in a single definition of razor page view, no? That way, when it's materialised, it'll lead to each page showing different content and having different tags for SEO and you'll have one single template for it as well to work with.
/blog/{slogggg}—- dir/sluggga.md dir/slugggb.md
yes i do that but there something else i am planning thatsy iam asking about sp4mming views in my project if thats okay or it might make me hit the limit one day
If you can explain that, it'll be great so we can evaluate accordingly. So far, it doesn't seem wrong. Plus, you will anyway learn from the pain points of this direction you'll be taking.
See hcp. imustafa. net
Обсуждают сегодня