IUserControlTypeResolutionService Interfejs

Definicja

Definiuje metodę, którą Klasa musi zaimplementować, aby zwracała typ 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 kontroli nie używają IUserControlTypeResolutionService interfejsu. IUserControlTypeResolutionServiceInterfejs jest implementowany przez deweloperów narzędzi, aby zwracał Type formant identyfikowany przez prefiks tagu i nazwę tagu.

Metody

GetType(String, String)

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

Dotyczy

Zobacz też