Updated: July 2008
Specifies default action values that are used by the routing mechanism in ASP.NET Dynamic Data applications.
Namespace:
System.Web.DynamicData
Assembly:
System.Web.DynamicData (in System.Web.DynamicData.dll)
Visual Basic (Declaration)
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class PageAction
You do not need to declare an instance of a static class in order to access its members.
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public static class PageAction
[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)]
public ref class PageAction abstract sealed
public final class PageAction
System..::.Object
System.Web.DynamicData..::.PageAction
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5 SP1
Reference
Other Resources
Date | History | Reason |
|---|
July 2008
| Added topic for new class. |
SP1 feature change.
|