Convert html to aspx

后端 未结 3 1544
遥遥无期
遥遥无期 2021-01-20 00:53

Is there any tool or code to convert HTML files to .ASPX?

Elaboration to earlier question: I am looking for tool or code that automatically converts HTML controls to

3条回答
  •  甜味超标
    2021-01-20 01:13

    No conversion needed. Just change *.html to *.aspx.

    If you want parts of the HTML page to become dynamic, there's more work involved then.

提交回复
热议问题