Sdílet prostřednictvím


WebFormsReferenceManager.GetTagPrefix(Type) Metoda

Definice

Získá předponu značky pro zadaný typ objektu.

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

Parametry

objectType
Type

Typ objektu.

Návraty

Předpona značky pro zadaný typ objektu, pokud je nalezen; v opačném případě . null

Platí pro

Viz také