Table of Contents

Class AjaxControlToolkitConfigSection

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class AjaxControlToolkitConfigSection : ConfigurationSection
Inheritance
AjaxControlToolkitConfigSection

Constructors

AjaxControlToolkitConfigSection()

public AjaxControlToolkitConfigSection()

Properties

AdditionalUploadFileExtensions

public string AdditionalUploadFileExtensions { get; set; }

Property Value

string

CustomControls

public CustomControlsCollection CustomControls { get; }

Property Value

CustomControlsCollection

HtmlSanitizer

public string HtmlSanitizer { get; set; }

Property Value

string
public bool RenderStyleLinks { get; set; }

Property Value

bool

TempFolder

public string TempFolder { get; set; }

Property Value

string

UseStaticResources

public bool UseStaticResources { get; set; }

Property Value

bool