ControlBuilder.CloseControl Method

Definition

Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete.

public:
 virtual void CloseControl();
public virtual void CloseControl ();
abstract member CloseControl : unit -> unit
override this.CloseControl : unit -> unit
Public Overridable Sub CloseControl ()

Remarks

The CloseControl method is used by the parser to indicate to the builder that it has finished parsing the control.

Applies to