SPMobileButtonNavigation.RedirectUrl property
Obtém ou define o URL da página que será aberta após a postagem causada pelo controle.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable Property RedirectUrl As String
Get
Set
'Uso
Dim instance As SPMobileButtonNavigation
Dim value As String
value = instance.RedirectUrl
instance.RedirectUrl = value
public virtual string RedirectUrl { get; set; }
Property value
Type: System.String
Um String que representa o URL da página que é aberta quando a função do controle é concluída.
Comentários
O valor dessa propriedade pode ser a mesma página em que reside o controle; Por exemplo, o controle pode apenas atualize a página.
Ver também
Referência
SPMobileButtonNavigation class