Share via


FriendlyUrlSettings.SwitchViewRouteName Property

.NET Framework 4

The name of the route that handles user requests to switch views. Defaults to "AspNet.FriendlyUrls.SwitchView".

Namespace:  Microsoft.AspNet.FriendlyUrls
Assembly:  Microsoft.AspNet.FriendlyUrls (in Microsoft.AspNet.FriendlyUrls.dll)

Syntax

'Declaration
Public Property SwitchViewRouteName As String 
    Get 
    Set
'Usage
Dim instance As FriendlyUrlSettings 
Dim value As String 

value = instance.SwitchViewRouteName

instance.SwitchViewRouteName = value
public string SwitchViewRouteName { get; set; }
public:
property String^ SwitchViewRouteName {
    String^ get ();
    void set (String^ value);
}
member SwitchViewRouteName : string with get, set
function get SwitchViewRouteName () : String 
function set SwitchViewRouteName (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

FriendlyUrlSettings Class

Microsoft.AspNet.FriendlyUrls Namespace