HttpBrowserCapabilitiesBase.CanRenderAfterInputOrSelectElement Propriedade
Definição
Quando substituída em uma classe derivada, obtém um valor que indica se o navegador dá suporte a conteúdo de página que segue elementos select ou input de WML.When overridden in a derived class, gets a value that indicates whether the browser supports page content that follows WML select or input elements.
public:
virtual property bool CanRenderAfterInputOrSelectElement { bool get(); };
public virtual bool CanRenderAfterInputOrSelectElement { get; }
member this.CanRenderAfterInputOrSelectElement : bool
Public Overridable ReadOnly Property CanRenderAfterInputOrSelectElement As Boolean
Valor da propriedade
true Se o navegador oferecer suporte ao conteúdo da página que segue o HTML select ou os input elementos; caso contrário, false .true if the browser supports page content that follows HTML select or input elements; otherwise, false.
Exceções
Sempre.Always.