Demo Example documentation

When you install DeployWebLib it installs also solution with demo example in path $(MSBuildExtensionsPath)\DeployWebLib (e.g. c:\Program Files\MSBuild\DeployWebLib\Demo).

Solution consists of these:
var embeddTypeOf = typeof(RegisterUser).GetWebEmbeddControlType();
var embeddTypeOf = typeof(RegisterUser).GetWebEmbeddControlType();
Control control = Page.LoadControl(embeddControlType, null);
this.ph.Controls.Add(control);