Click or drag to resize

ProjectParseWebSiteProject Method

Parse a web site project.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void ParseWebSiteProject(
	string name,
	Solution solution,
	Action<LoadStatus, CodeObject> statusCallback
)

Parameters

name
Type: SystemString
solution
Type: Nova.CodeDOMSolution
statusCallback
Type: SystemActionLoadStatus, CodeObject
See Also