For Babelfish Release 1.11.3.13

MatchHtmlReportGetHtmlReportAsync Method

Returns the html content, as a string, from the .Uri address.

If the .Uri is invalid (doesn't return a 200 success message), then this method returns an empty string. Check .IsValidUriAsync() to test if the Uri is valid first.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Task<string> GetHtmlReportAsync()

Return Value

TaskString

See Also