Build an ASP.Net web app with offline functionality

后端 未结 4 652
眼角桃花
眼角桃花 2020-12-29 00:41

I\'m in the process of building an asp.net (3.5) web app and was wondering if you knew of any way I could do it so that there would be some offline functionality.

Th

4条回答
  •  甜味超标
    2020-12-29 00:57

    A way to do this -although I haven't had the chance to actually do it- would be using one of the new features of HTML5: the Cache Manifest.

    You can read a very good example of this here: http://www.html5rocks.com/en/tutorials/appcache/beginner/

提交回复
热议问题