HtmlProcessorPreprocess Method |
Preprocesses the specified view HTML.
Namespace: Scanjour.Workflow4.Web.Services.HelpersAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string Preprocess(
Uri oDataUri,
ProcessForm form,
string assetRoot,
CultureInfo culture,
XmlDocument metadata = null
)
Public Function Preprocess (
oDataUri As Uri,
form As ProcessForm,
assetRoot As String,
culture As CultureInfo,
Optional metadata As XmlDocument = Nothing
) As String
public:
String^ Preprocess(
Uri^ oDataUri,
ProcessForm^ form,
String^ assetRoot,
CultureInfo^ culture,
XmlDocument^ metadata = nullptr
)
member Preprocess :
oDataUri : Uri *
form : ProcessForm *
assetRoot : string *
culture : CultureInfo *
?metadata : XmlDocument
(* Defaults:
let _metadata = defaultArg metadata null
*)
-> string
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