سؤال

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