WebFormsReferenceManager.RegisterTagPrefix(Type) Metodo

Definizione

Aggiunge un prefisso tag per il tipo specificato.

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

Parametri

objectType
Type

Tipo per cui aggiungere un prefisso di tag nel documento corrente.

Valori restituiti

Stringa di prefisso del tag.

Commenti

Se il prefisso del tag esiste già, non viene aggiunta una nuova direttiva register.

Si applica a

Vedi anche