include render mode html comment
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
{
|
||||
@if (ModuleType != null)
|
||||
{
|
||||
@((MarkupString)$"<!-- Render Mode: {ModuleState.RenderMode} -->")
|
||||
@if (!string.IsNullOrEmpty(_messageContent) && _messagePosition == "top")
|
||||
{
|
||||
<ModuleMessage Message="@_messageContent" Type="@_messageType" />
|
||||
|
Reference in New Issue
Block a user