문제

How can I check ViewStateEncryptionMode programmatically, I just need to know what is the value of ViewStateEncryptionMode set. Does any one have any idea about this?

도움이 되었습니까?

해결책

Have you tried to check the property from the Page object?

something like this :

Page.ViewStateEncryptionMode

http://msdn.microsoft.com/en-US/en-en/library/system.web.ui.page.viewstateencryptionmode(v=vs.100).aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top