@if (_isLoading)
{
loading documentation…
}
else if (_notFound)
{
document not found
}
else
{
Tried: @_lastFetchUrl
@((MarkupString)_htmlContent!)
}