 | 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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