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

적용 대상

추가 정보