Class AjaxControlToolkitConfigSection
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class AjaxControlToolkitConfigSection : ConfigurationSection
- Inheritance
-
AjaxControlToolkitConfigSection
Constructors
public AjaxControlToolkitConfigSection()
Properties
public string AdditionalUploadFileExtensions { get; set; }
Property Value
- string
public CustomControlsCollection CustomControls { get; }
Property Value
- CustomControlsCollection
public string HtmlSanitizer { get; set; }
Property Value
- string
public bool RenderStyleLinks { get; set; }
Property Value
- bool
public string TempFolder { get; set; }
Property Value
- string
public bool UseStaticResources { get; set; }
Property Value
- bool