数据库页面 * 子应用程序 * 多位置 * 多语言:这是如何工作的?
我正在开发(.NET MVC)一个大型网站,它具有以下规范:
- 数据库页面(HTML 编辑器)
- 子应用程序(/products、/search、/user-area(更多混合的数据库页面和应用程序))
- 多位置(数据库页面和应用程序)
- 多语言(全部:数据库页面、应用程序和多位置)
我遇到以下问题:
路由
。我是否包含位置
和/或语言
?我不能只为每个网址添加前缀或后缀吗? (我不知何故希望将位置(也许还有语言)放入搜索引擎抓取的网址中,不知道该去哪里......)- 项目管理。如何存储
应用程序资源
(语言
和位置
特定内容)? - 站点地图“管理”。我目前使用父子 fk 将每个页面存储在
db
中。我有自己的sitemapprovider
使用此数据。我还将这些页面的每个 url 存储在数据库中(基于页面标题和父 URL),因为用户应该能够生成(多级)数据库页面。如果感觉好像我在这里做双重工作(存储网址和维护路由文件..?)。有什么想法吗?
I'm developing (.NET MVC) a large website which has the following specifications:
- Database pages (HTML editors)
- Sub applications (/products, /search, /user-area (more mixed db-pages & apps))
- Multi location (both db-pages & apps)
- Multi language (all: db-pages, apps & multi-location)
I have problems with the following:
Routes
. Do I includelocation
and/orlanguage
? I cannot just prefix or suffix EVERY url? (i somehow want location (and maybe language) to be put in the url for search engine crawling, not sure where to go on this...)- Project-management. How do I store
application-resources
(language
&location
specific content)? - SiteMap 'management'. I currently store every page in the
db
using a parent-child fk. I have my ownsitemapprovider
which uses this data. I alsostore every url
of those pages in the db (based on page title and parent-url), because users should be able to generate (multi-level) database pages. If feels as if i'm doing double work here (storing urls and maintaining a routefile..?). Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)