Share via


HtmlDesignerAttribute.BuilderUrl Property

Gets the URL of the property builder Web page.

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

Syntax

'Declaration
Public ReadOnly Property BuilderUrl As String
    Get
'Usage
Dim instance As HtmlDesignerAttribute
Dim value As String

value = instance.BuilderUrl
public string BuilderUrl { get; }

Property Value

Type: System.String
String URL of the property builder Web page.

Remarks

To disable the default Text Entry builder for a String custom property, specify BrowserBuilderType.NoBuilder as an argument to the HtmlDesigner attribute on the property. To use a static custom builder, specify the URL of the custom builder as an argument. To use a dynamic custom builder, specify BrowserBuilderType.Dynamic as an argument and override WebPart.GetCustomBuilder to return the URL of the dynamic custom builder. The .NET Framework will call WebPart.GetCustomBuilder(propertyname) at runtime to obtain the URL.

See Also

Reference

HtmlDesignerAttribute Class

HtmlDesignerAttribute Members

Microsoft.SharePoint.WebPartPages Namespace