/// <summary> /// Display the formatted DataExplorer. /// </summary> /// <param name="explorer">The DataExplorer to display.</param> /// <returns>An instance of <see cref="DisplayedValue"/> that can be used to later update the display.</returns> public static DisplayedValue Display<TData>(this DataExplorer<TData> explorer) { return explorer.Display(HtmlFormatter.MimeType); }