WebFormsReferenceManager.GetTagPrefix(Type) Método
Definição
Obtém o prefixo da marca para o tipo de objeto especificado.Gets the tag prefix for the specified object type.
public:
abstract System::String ^ GetTagPrefix(Type ^ objectType);
public abstract string GetTagPrefix (Type objectType);
abstract member GetTagPrefix : Type -> string
Public MustOverride Function GetTagPrefix (objectType As Type) As String
Parâmetros
- objectType
- Type
O tipo do objeto.The type of the object.
Retornos
O prefixo da marca do tipo de objeto especificado, se encontrado, caso contrário, null.The tag prefix for the specified object type, if found; otherwise, null.