Udostępnij za pośrednictwem


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 mobilnych formularzy sieci Web.

Uwagi

Ten element członkowski zastępuje Page.StyleSheetTheme , aby uniemożliwić zmianę motywów z wartości domyślnej. Jest to spowodowane tym, że motywy nie są obsługiwane na stronach ASP.NET mobilnych formularzy sieci Web.

Dotyczy

Zobacz też