System.Web Namespace HttpApplication Class
Gets the intrinsic user object for the current request.
[ VB ] Public ReadOnly Property User As IPrincipal [ C# ] public IPrincipal User {get;} [ C++ ] public: __property IPrincipal* get_User ( ); [ JScript ] public function get User ( ) : IPrincipal;
The IPrincipal representing the current authenticated or anonymous user.
HttpApplication Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note