Click or drag to resize

HtmlProcessorPreprocess Method

Preprocesses the specified view HTML.

Namespace: Scanjour.Workflow4.Web.Services.Helpers
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public string Preprocess(
	Uri oDataUri,
	ProcessForm form,
	string assetRoot,
	CultureInfo culture,
	XmlDocument metadata = null
)

Parameters

oDataUri  Uri
The OData Uri.
form  ProcessForm
Form descriptor.
assetRoot  String
The asset root path.
culture  CultureInfo
The culture.
metadata  XmlDocument  (Optional)
The metadata.

Return Value

String
Preprocessed HTML.
See Also