GridJsService.AddImage

GridJsService.AddImage method

Applies the add image from local file operation.

public string AddImage(string p, string uid, string iscontrol, IFormFileCollection files)
ParameterTypeDescription
pStringThe JSON string parameter
uidStringThe unique id for the file cache.
iscontrolStringSpecify whether it is a control.
filesIFormFileCollectionThe form file of the image

Return Value

The JSON string result

See Also