Share via


CodeFolder Interface

Represents the App_Code folder, or a first-level child of the App_Code folder that is configured as a code folder.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("58B5E6E3-C2D3-4D56-97EB-26DDA09323F7")> _
Public Interface CodeFolder
'Usage
Dim instance As CodeFolder
[GuidAttribute("58B5E6E3-C2D3-4D56-97EB-26DDA09323F7")]
public interface CodeFolder
[GuidAttribute(L"58B5E6E3-C2D3-4D56-97EB-26DDA09323F7")]
public interface class CodeFolder
public interface CodeFolder

Remarks

For more information on configuring a subfolder in the App_Code folder as a code folder, see Shared Code Folders in ASP.NET Web Sites.

See Also

Reference

CodeFolder Members

VsWebSite Namespace

VSWebSite

CodeFolders

Other Resources

compilation Element (ASP.NET Settings Schema)

codeSubDirectories Element for compilation (ASP.NET Settings Schema)

Shared Code Folders in ASP.NET Web Sites