Returns "this". Provided for legacy ASP compatibility.
[Visual Basic] Public ReadOnly Property Contents As HttpApplicationState [C#] public HttpApplicationState Contents {get;} [C++] public: __property HttpApplicationState* get_Contents(); [JScript] public function get Contents() : HttpApplicationState;
A reference to the HttpApplicationState object.
HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace