C# Class FiftyOne.Foundation.UI.Web.DeviceTemplate

Template used to display device properties.
Inheritance: ITemplate
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes publiques

Méthode Description
InstantiateIn ( Control container ) : void

Adds requirement controls to the container.

Method Details

InstantiateIn() public méthode

Adds requirement controls to the container.
public InstantiateIn ( Control container ) : void
container System.Web.UI.Control Container the template is being displayed in.
Résultat void