WebFormsReferenceManager.GetTagPrefix(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

参数

objectType
Type

对象的类型。

返回

如果找到,则为指定对象类型的标记前缀;否则为 null

适用于

另请参阅