MobileControlsSectionHandler.Create Method (Object, Object, XmlNode)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new instance of this object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

member Create : 
        parent:Object *
        context:Object *
        input:XmlNode -> Object

Parameters

parent
Type: System.Object

Parent object.

context
Type: System.Object

Configuration context object.

input
Type: System.Xml.XmlNode

Section XML node.

Return Value

Type: System.Object

The created instance of this object.

.NET Framework
Available since 2.0
Return to top
Show: