This documentation is archived and is not being maintained.
@ PreviousPageType
Visual Studio 2010
Provides a way to get strong typing against the previous page, as accessed through the PreviousPage property.
<%@ PreviousPageType attribute="value" [attribute="value"...] %>
Use the @ PreviousPageType directive to get strong typing against the PreviousPage property. You can use the @ PreviousPageType directive only on a Web Forms page (an .aspx file). If both attributes, TypeName and VirtualPath, are defined, the @ PreviousPageType directive will fail.
Show: