Udostępnij za pośrednictwem


WebFormsReferenceManager.RegisterTagPrefix(Type) Metoda

Definicja

Dodaje Prefiks tagu dla określonego typu.

public:
 abstract System::String ^ RegisterTagPrefix(Type ^ objectType);
public abstract string RegisterTagPrefix (Type objectType);
abstract member RegisterTagPrefix : Type -> string
Public MustOverride Function RegisterTagPrefix (objectType As Type) As String

Parametry

objectType
Type

Typ służący do dodawania prefiksu tagu dla bieżącego dokumentu.

Zwraca

String

Ciąg prefiksu tagu.

Uwagi

Jeśli prefiks tagu już istnieje, nie zostanie dodana nowa dyrektywa register.

Dotyczy

Zobacz też