Class GeneratedImage
Implements
Inherited Members
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
public class GeneratedImage : Image, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
Constructors
GeneratedImage()
Declaration
public GeneratedImage()
Properties
ImageHandlerUrl
Declaration
public string ImageHandlerUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Declaration
public List<ImageParameter> Parameters { get; }
Property Value
| Type | Description |
|---|---|
| List<ImageParameter> |
Timestamp
Declaration
public string Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
OnDataBinding(EventArgs)
Declaration
protected override void OnDataBinding(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |