DeltaPage.VerifyRenderingInServerForm method
This member overrides Page.VerifyRenderingInServerForm(Control).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub VerifyRenderingInServerForm ( _
control As Control _
)
'Usage
Dim instance As DeltaPage
Dim control As Control
instance.VerifyRenderingInServerForm(control)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void VerifyRenderingInServerForm(
Control control
)
Parameters
- control
Type: System.Web.UI.Control