Skip to main content
SimpleFormWebPart Class

Implements a Web Part that displays HTML forms.

Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
<SupportsAttributeMarkupAttribute(False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SimpleFormWebPart _
	Inherits WebPart _
	Implements IPostBackEventHandler, IRowProvider, IDesignTimeHtmlProvider
Dim instance As SimpleFormWebPart
[SupportsAttributeMarkupAttribute(false)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SimpleFormWebPart : WebPart, 
	IPostBackEventHandler, IRowProvider, IDesignTimeHtmlProvider
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.