- What is your product version? v1.0.3.0rc-1
- What is your product type? (MVC)
- What is product framework type? (.net core)
I need to create a page that can be accessed publicly without going through the application login. For example when going to a tenant site e.g. default.domain.com or demo.domain.com, public users will be greeted by a home page customized and themed by the tenant themselves. The host admin will remain as-is.
- Page(s) should be publicly available (like a home page, news, about, etc.)
- Page(s) should be able to use aspnetzero localization
- Page(s) should have components managed by the tenant based on the theme they select
Is there an example of this being done somewhere? If so, can you please be specific "exactly" where to find this?
3 Answer(s)
-
-1
Hi @ctallos
There is no such example but you can follow such an approach. Define settings for customizing the page you want to build and then create a section on tenant settings page to modify these settings.
After all, you can get setting values in the page you are going to build and customize the page accordingly.
-
0
I feel as though I've been thrown a red herring here. How about this question then instead. Can you point me to a company or independent contractor that might want to get paid to implement such an approach?
-
0