ContainerDirectory
Class sealed net10.0
Represents a directory in the container file system.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerDirectory : Aspire.Hosting.ApplicationModel.ContainerFileSystemItem{ // ...}Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesEntriesget; set The contents of the directory to create in the container. Will create specified
ContainerFile and ContainerDirectory entries in the directory. Methods1
Section titled MethodsGetFileSystemItemsFromPath(string, string, SearchOption, Action<ContainerFileSystemItem>)static Enumerates files from a specified directory and converts them to
ContainerFile objects.