Click or drag to resize
ResponseDataSenderIsMultipart Property
Indicates whether it is multipart range request.

Namespace: CMS.AspNet.Platform.Routing
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public bool IsMultipart { get; }

Property Value

Type: Boolean

Implements

IResponseDataSenderIsMultipart
See Also