Table of Contents

Class Image

Namespace
InSite.Admin.Sites.Pages.Controls.ContentBlocks
Assembly
InSite.UI.dll
public class Image : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
Image
Implements
Inherited Members

Constructors

Image()

public Image()

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.

FileUploadButton

FileUploadButton control.

protected Button FileUploadButton

Field Value

Button

Remarks

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

FileUploadValidator

FileUploadValidator control.

protected RequiredValidator FileUploadValidator

Field Value

RequiredValidator

Remarks

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

ImgAlt

ImgAlt control.

protected TextBox ImgAlt

Field Value

TextBox

Remarks

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

ImgUrl

ImgUrl control.

protected TextBox ImgUrl

Field Value

TextBox

Remarks

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

Properties

ImageAlt

public string ImageAlt { get; set; }

Property Value

string

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

IsBrowsable

public bool IsBrowsable { get; set; }

Property Value

bool

UploadPath

public string UploadPath { 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

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler