Share via


MultipartFileStreamProvider.RootPath Property

 

Gets or sets the root path where the content of MIME multipart body parts are written to.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

protected string RootPath { get; }
protected:
property String^ RootPath {
    String^ get();
}
member RootPath : string with get
Protected ReadOnly Property RootPath As String

Property Value

Type: System.String

The root path where the content of MIME multipart body parts are written to.

See Also

MultipartFileStreamProvider Class
System.Net.Http Namespace

Return to top