BuilderPropertyEntry Class
.NET Framework 3.0
Serves as the base class for all property entries that require a control builder.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The page parser uses property entry classes during parsing to represent expressions found within server control tags. ComplexPropertyEntry and TemplatePropertyEntry both derive from BuilderPropertyEntry to allow for the specifying of a control builder.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Object
System.Web.UI.PropertyEntry
System.Web.UI.BuilderPropertyEntry
System.Web.UI.ComplexPropertyEntry
System.Web.UI.TemplatePropertyEntry
System.Web.UI.PropertyEntry
System.Web.UI.BuilderPropertyEntry
System.Web.UI.ComplexPropertyEntry
System.Web.UI.TemplatePropertyEntry
Community Additions
ADD
Show: