Share via


DeviceSpecificChoiceControlBuilder Class

Implements custom persistence for the DeviceSpecificChoice class.

public class DeviceSpecificChoiceControlBuilder : 
   System.Web.UI.ControlBuilder

Remarks

ASP.NET server controls can implement customized persistence formats by using their own control builder. This is done by creating a control builder class and adding a control builder attribute to the class. Control builder objects are used when the page is parsed and compiled. See Implementing Custom Persistence for more information.

Requirements

Namespace: System.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

DeviceSpecific Class | DeviceSpecificChoice Class