.NET Framework Class Library
DynamicDataRoute..::.ViewName Property

Gets or sets the name of the .aspx page that is associated with a route.

Namespace:  System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)
Syntax

Visual Basic (Declaration)
Public Property ViewName As String
Visual Basic (Usage)
Dim instance As DynamicDataRoute
Dim value As String

value = instance.ViewName

instance.ViewName = value
C#
public string ViewName { get; set; }
Visual C++
public:
property String^ ViewName {
    String^ get ();
    void set (String^ value);
}
JScript
public function get ViewName () : String
public function set ViewName (value : String)

Property Value

Type: System..::.String
The name of the .aspx page that is associated with the route. If no page is specified for the route, the property returns the value of the Action property with ".aspx" appended to it.
Remarks

Dynamic data uses several standard .aspx page names to create the UI to let users view, update, and delete data from a given table. These page names include List.aspx, Details.aspx, Edit.aspx, Insert.aspx, and ListDetails.aspx. The ViewName property specifies which of these pages should be used for a given table and action.

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5 SP1
See Also

Reference

Tags :


Page view tracker