Share via


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

개체의 형식입니다.

반환

String

지정된 개체 형식의 태그 접두사가 있으면 해당 태그 접두사이고, 그렇지 않으면 null입니다.

적용 대상

추가 정보