SignInControl.DestinationPageUrl (Propiedad)
Gets or sets the URL to which the user is redirected after signing in.
Espacio de nombres: Microsoft.IdentityModel.Web.Controls
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As SignInControl Dim value As String value = instance.DestinationPageUrl instance.DestinationPageUrl = value
Sintaxis
'Declaración
<EditorAttribute(GetType(UrlEditor), GetType(UITypeEditor))> _
<DefaultValueAttribute("")> _
<UrlPropertyAttribute> _
<ThemeableAttribute(False)> _
Public Overridable Property DestinationPageUrl As String
[EditorAttribute(typeof(UrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute("")]
[UrlPropertyAttribute]
[ThemeableAttribute(false)]
public virtual string DestinationPageUrl { get; set; }
[EditorAttribute(typeof(UrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(L"")]
[UrlPropertyAttribute]
[ThemeableAttribute(false)]
public:
virtual property String^ DestinationPageUrl {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DestinationPageUrl ()
/** @property */
public void set_DestinationPageUrl (String value)
public function get DestinationPageUrl () : String
public function set DestinationPageUrl (value : String)
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
SignInControl (Clase)
SignInControl (Miembros)
Microsoft.IdentityModel.Web.Controls (Espacio de nombres)