FileMultipartSection.Section Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the original section from which this object was created
public:
property Microsoft::AspNetCore::WebUtilities::MultipartSection ^ Section { Microsoft::AspNetCore::WebUtilities::MultipartSection ^ get(); };
public Microsoft.AspNetCore.WebUtilities.MultipartSection Section { get; }
member this.Section : Microsoft.AspNetCore.WebUtilities.MultipartSection
Public ReadOnly Property Section As MultipartSection