简体   繁体   中英

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 ? 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. 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.

As an added tip, we use the same naming convention with _help added as a suffic. eg

Transactions.aspx -> Transactions.help.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM