Build an ASP.Net web app with offline functionality

后端 未结 4 650
眼角桃花
眼角桃花 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 01:04

    Yes that can be done with ASP.NET, because ASP.NET renders as an HTML page in the client's browser and offline functionality is a pure JavaScript/Html functionality. Here is an article by Stephen Walther showing one way to do it.

提交回复
热议问题