FriendlyUrlSettings.SwitchViewUrl Property

.NET Framework 4.5

The URL that view switching request are sent to. Defaults to "__FriendlyUrls_SwitchView/{view}".

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

Syntax

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

value = instance.SwitchViewUrl

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

Property Value

Type: System.String
Returns String.

See Also

Reference

FriendlyUrlSettings Class

Microsoft.AspNet.FriendlyUrls Namespace