IBinaryHttpBodyEditorPlugin.CreateEditor(String, Byte[]) Method

Definition

public:
 System::Object ^ CreateEditor(System::String ^ contentType, cli::array <System::Byte> ^ initialValue);
public object CreateEditor (string contentType, byte[] initialValue);
abstract member CreateEditor : string * byte[] -> obj
Public Function CreateEditor (contentType As String, initialValue As Byte()) As Object

Parameters

contentType
String
initialValue
Byte[]

Returns

Applies to