HtmlDesignerAttribute Constructor

Initializes a new instance of the HtmlDesignerAttribute class.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Sub New ( _
    url As String _
)
'Usage
Dim url As String

Dim instance As New HtmlDesignerAttribute(url)
public HtmlDesignerAttribute(
    string url
)

Parameters

  • url
    Type: System.String

    The URL that specifies the URL of the property builder webpage.

Remarks

This method sets the value of the BuilderUrl property to the value of the url parameter.

See Also

Reference

HtmlDesignerAttribute Class

HtmlDesignerAttribute Members

Microsoft.SharePoint.WebPartPages Namespace