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.

适用于

另请参阅