ClientTargetSection.ClientTargets Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá kolekci ClientTarget objektů.
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
Hodnota vlastnosti
A ClientTargetCollection obsahující ClientTarget objekty.
- Atributy
Příklady
Následující příklad kódu ukazuje, jak získat kolekci ClientTargets .
// Get the client target collection.
ClientTargetCollection clientTargets =
clientTargetSection.ClientTargets;
' Get the client target collection.
Dim clientTargets _
As ClientTargetCollection = _
clientTargetSection.ClientTargets
Poznámky
Každý ClientTarget objekt obsahuje dvě vlastnosti identifikující klientský prohlížeč, označovaný také jako uživatelský agent. Jedna vlastnost je alias přidružený k klientskému prohlížeči, který je identifikován druhou vlastností. ASP.NET tyto informace používá k vykreslení ovládacích prvků serveru na stránce.