Table of Contents

Class FieldWebTemplateHtml

Namespace
InSite.UI.Layout.Common.Controls.Editor
Assembly
InSite.UI.dll
public class FieldWebTemplateHtml : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
FieldWebTemplateHtml
Implements
Inherited Members

Constructors

FieldWebTemplateHtml()

public FieldWebTemplateHtml()

Fields

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FileUpload

FileUpload control.

protected FileUpload FileUpload

Field Value

FileUpload

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FileUploadExtensionValidator

FileUploadExtensionValidator control.

protected FileExtensionValidator FileUploadExtensionValidator

Field Value

FileExtensionValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FileUploadRequiredValidator

FileUploadRequiredValidator control.

protected RequiredValidator FileUploadRequiredValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

HtmlInput

HtmlInput control.

protected TextBox HtmlInput

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadFileButton

UploadFileButton control.

protected Button UploadFileButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

UploadPath

public string UploadPath { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs