简体   繁体   English

在我的Web应用程序项目中添加帮助文件的最佳方法应该是什么?

[英]What should be the best approach to add a help file in my web application project?

We have a Asp.Net Vb.Net application with around 35 webforms.There are some remote users who do not have the functional idea of the webforms.So i was thinking of adding a help file in my project.Is there any special component or javascript ? 我们有一个带有约35个Web窗体的Asp.Net Vb.Net应用程序。有些远程用户不了解该Web窗体的功能。因此,我正考虑在我的项目中添加帮助文件。是否有任何特殊的组件或javascript吗? will it be a good option if i go with form by form or a single help file ? 如果我逐个使用表格或单个帮助文件,这将是一个不错的选择吗?

我只需添加(可能是静态html)帮助页面或页面集,然后从所有winform页面链接到它。

An Implementation we have done for a web application we develop is a one-to-one form help file approach. 我们为开发的Web应用程序执行的实现是一对一的表单帮助文件方法。 In other words, we have the same "file structure" between forms and help files. 换句话说,表单和帮助文件之间具有相同的“文件结构”。 So each web form has an according help file, which we display as a simple html page. 因此,每个Web表单都有一个相应的帮助文件,我们将其显示为简单的html页面。

As an added tip, we use the same naming convention with _help added as a suffic. 作为补充提示,我们使用相同的命名约定,并添加_help作为后缀。 eg 例如

Transactions.aspx -> Transactions.help.html Transactions.aspx-> Transactions.help.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在ASP.NET中使用Web应用程序时脱机存储数据的最佳方法是什么 - What would be the best approach to store data offline when working with web application in asp.net 将Web应用程序从2.0框架迁移到3.5框架的最快,最好的方法? - fastest and best approach to migrate a web application from 2.0 to 3.5 framework? 最佳网页设计方法 - best web design approach 在ASP.NET项目中使用缓存的最佳方法是什么? - What is the best approach of using cache in ASP.NET project? 在ASP.NET中启动以下项目的最佳方法是什么? - What is the best approach to start the following project in ASP.NET? Web 客户端为其使用的库设置配置的最佳方法是什么 - What is the best approach to a web client setting up configurations for a library it uses 将ASP.Net网站部署到Web场的最佳方法是什么 - What is the best approach for deploying an ASP.Net Website to a web farm 这是设计我的asp.net应用程序架构的最佳方法 - which is the best approach in designing my asp.net application architecture 什么是最好的 ajax 方法? - what is the best ajax approach? 在Visual Studio 2008中的ASP.NET Web应用程序项目中设置本地化的最佳实践是什么 - What are best practices in Setting up Localization in an ASP.NET Web Application Project in Visual Studio 2008
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM