IThemeResolutionService.GetThemeProvider Methode

Definition

Ruft ein ThemeProvider Objekt ab, das das Anpassungsdesign auf einer ASP.NET Seite darstellt.

public:
 System::Web::UI::ThemeProvider ^ GetThemeProvider();
public System.Web.UI.ThemeProvider GetThemeProvider();
abstract member GetThemeProvider : unit -> System.Web.UI.ThemeProvider
Public Function GetThemeProvider () As ThemeProvider

Gibt zurück

A ThemeProvider that represents the page theme that is applied to a control built by the ControlBuilder.

Gilt für:

Weitere Informationen