MobilePage.StyleSheetTheme Propriedade
Definição
Obtém ou define o nome da folha de estilos aplicada a esta página.Gets or sets the name of the style sheet applied to this page. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual property System::String ^ StyleSheetTheme { System::String ^ get(); void set(System::String ^ value); };
public override string StyleSheetTheme { get; set; }
member this.StyleSheetTheme : string with get, set
Public Overrides Property StyleSheetTheme As String
Valor da propriedade
null.null.
Exceções
Foi feita uma tentativa de definir essa propriedade.An attempt was made to set this property. Não há suporte para temas em páginas do Web Forms para dispositivos móveis.Themes are not supported on Mobile Web Forms pages.
Comentários
Esse membro substitui Page.StyleSheetTheme para impedir que os temas sejam alterados do padrão.This member overrides Page.StyleSheetTheme to prevent themes from being changed from the default. Isso ocorre porque não há suporte para temas em páginas do ASP.NET Mobile Web Forms.This is because themes are not supported on ASP.NET Mobile Web Forms pages.