ScriptManager.EmptyPageUrl Propriedade
Definição
Obtém ou define uma URL para uma página da Web em branco.Gets or sets a URL to a blank Web page.
public:
virtual property System::String ^ EmptyPageUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string EmptyPageUrl { get; set; }
member this.EmptyPageUrl : string with get, set
Public Overridable Property EmptyPageUrl As String
Valor da propriedade
A URL a ser usada se a página da Web de destino estiver vazia.The URL to use if the target Web page is empty.
Comentários
A EmptyPageUrl Propriedade dá suporte ao histórico do navegador Ajax.The EmptyPageUrl property supports Ajax browser history.