다음을 통해 공유


ClientTargetSection.ClientTargets 속성

정의

ClientTarget 개체의 컬렉션을 가져옵니다.

public:
 property System::Web::Configuration::ClientTargetCollection ^ ClientTargets { System::Web::Configuration::ClientTargetCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, IsRequired=true)]
public System.Web.Configuration.ClientTargetCollection ClientTargets { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, IsRequired=true)>]
member this.ClientTargets : System.Web.Configuration.ClientTargetCollection
Public ReadOnly Property ClientTargets As ClientTargetCollection

속성 값

ClientTargetCollection

ClientTargetCollection 개체가 포함된 ClientTarget입니다.

특성

예제

다음 코드 예제에서는 가져오는 방법을 보여 줍니다는 ClientTargets 컬렉션입니다.


// Get the client target collection.
ClientTargetCollection clientTargets =
  clientTargetSection.ClientTargets;
' Get the client target collection.
Dim clientTargets _
As ClientTargetCollection = _
clientTargetSection.ClientTargets

설명

ClientTarget 사용자 에이전트 라고도 하는 클라이언트 브라우저를 식별 하는 두 속성을 포함 하는 개체입니다. 하나의 속성이 다른 속성으로 식별 되는 클라이언트 브라우저와 연결 된 별칭입니다. ASP.NET은 페이지에서 서버 컨트롤을 렌더링 하려면이 정보를 사용 합니다.

적용 대상

추가 정보