Hide html page source

Is there any way to hide the asp.net page view source?

0
source share
5 answers

If you mean, can you hide your ASP.NET code: it does not appear in View Source.

If you mean, can you hide your HTML: you can escape from accidental peeping by creating your HTML on the fly through Javascript or AJAX, but the developer can always see what you are doing using simple tools like Firebug and Fiddler.

Edited to add:

( ), javascript HTML. <SCRIPT>.

, , , , - . -. ( , .)

:

- [a] , [b] ( ) .

+4

ASP.NET ? ASP.NET , HTML. , ASP.NET , HTML. HTML, ASP.NET, .

+1

, html- . . , , . , -, html.

, , , .

0

, HTML, . HTML . , -, HTML. -.

ASP/code-behind . HTML. HTML ( CSS ..) .


, , , . . , , Flash Java - , . , .

, , , script, .

0

, . - , 100k/n . , , : -)

, , .

, . - - .

0

Source: https://habr.com/ru/post/1775361/


All Articles