MobilePage.StyleSheetTheme Właściwość

Definicja

Pobiera lub ustawia nazwę arkusza stylów zastosowanego do tej strony. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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

Wartość właściwości

null.

Wyjątki

Podjęto próbę ustawienia tej właściwości. Motywy nie są obsługiwane na stronach Web Forms dla urządzeń przenośnych.

Uwagi

Ten element członkowski zastępuje Page.StyleSheetTheme , aby uniemożliwić zmianę motywów z wartości domyślnej. Dzieje się tak, ponieważ motywy nie są obsługiwane na stronach Web Forms ASP.NET Mobile.

Dotyczy

Zobacz też