 | MediaWikiFormRequestMessageAsMultipartFormData Property |
This is preliminary documentation and is subject to change.
Determines whether this message should be marshaled in multipart/form-data MIME type.
Namespace: WikiClientLibrary.ClientAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool AsMultipartFormData { get; }Public ReadOnly Property AsMultipartFormData As Boolean
Get
Dim instance As MediaWikiFormRequestMessage
Dim value As Boolean
value = instance.AsMultipartFormData
public:
property bool AsMultipartFormData {
bool get ();
}member AsMultipartFormData : bool with get
Property Value
Boolean
See Also