ProjectHelper Methods |
The ProjectHelper type exposes the following members.
Name | Description | |
---|---|---|
ChangeCodeBehindToCodeFile |
Changes attribute "CodeBehind" to "CodeFile" in input file and saves changes to output file.
| |
ChangeCodeBehindToCodeFileForFolder |
Loop through directories structure (recursively) and replace "codebehind" attribute to "codefile".
| |
ChangeCodeFileToCodeBehind |
Changes attribute "CodeFile" to "CodeBehind" in input file and saves changes to output file.
| |
ReplaceMarkupAttr |
Changes first occurrence of string to new value in text file.
|