| MultipartAttachmentUseFormEncoding Property |
When true instructs the serializer to use form data
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool UseFormEncoding { get; set; }
Public Property UseFormEncoding As Boolean
Get
Set
public:
property bool UseFormEncoding {
bool get ();
void set (bool value);
}
member UseFormEncoding : bool with get, set
Property Value
Type:
BooleanSee Also