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
'Declaration
Protected ReadOnly Property RootPath As String
Get
'Usage
Dim value As String
value = Me.RootPath
protected string RootPath { get; }
protected:
property String^ RootPath {
String^ get ();
}
member RootPath : string
function get RootPath () : String
Property Value
Type: System.String
The root path where the content of MIME multipart body parts are written to.