Click or drag to resize

ProjectParseWebConfig Method

Parse any 'Web.Config' file for configuration and references.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void ParseWebConfig(
	string path,
	bool isMasterFile,
	Action<LoadStatus, CodeObject> statusCallback
)

Parameters

path
Type: SystemString
isMasterFile
Type: SystemBoolean
statusCallback
Type: SystemActionLoadStatus, CodeObject

Return Value

Type: 
True if any references were parsed.
See Also