When true avoids page lifecycle for dynamic image requests by
using a dedicated HTTP MapHandler.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("When true avoids page lifecycle for dynamic image requests by using a dedicated HTTP MapHandler.")>
<ResCategoryAttribute("Image Output")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property EnableMapHandler As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Map
Dim value As Boolean
instance.EnableMapHandler = value
value = instance.EnableMapHandler
|
| C# | |
|---|
[ResDescriptionAttribute("When true avoids page lifecycle for dynamic image requests by using a dedicated HTTP MapHandler.")]
[ResCategoryAttribute("Image Output")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public bool EnableMapHandler {get; set;} |
Remarks
See Also