IUserControlTypeResolutionService Interfejs

Definicja

Definiuje metodę, która musi zostać zaimplementowana w celu zwrócenia typu kontrolki dla określonego prefiksu tagu i nazwy tagu.

public interface class IUserControlTypeResolutionService
public interface IUserControlTypeResolutionService
type IUserControlTypeResolutionService = interface
Public Interface IUserControlTypeResolutionService

Uwagi

Deweloperzy stron i autorzy kontrolek nie używają interfejsu IUserControlTypeResolutionService . Interfejs IUserControlTypeResolutionService jest implementowany przez deweloperów narzędzi, aby zwrócić Type kontrolkę zidentyfikowaną przez prefiks tagu i nazwę tagu.

Metody

GetType(String, String)

Pobiera typ na podstawie przeanalizowanego ASP.NET prefiksu tagu i nazwy tagu.

Dotyczy

Zobacz też