Returns the HTML markup that is used to render the associated Timer control at design time.
Syntax
CSharp
public override string GetDesignTimeHtml ()
VisualBasic
Public Overrides Function GetDesignTimeHtml As String
ManagedCPlusPlus
public:
virtual String^ GetDesignTimeHtml () override
JSharp
public String GetDesignTimeHtml ()
Return Value
Return Value
A String that contains the markup used to render the Timer control at design time.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)