mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-19 11:04:23 +00:00
Merge pull request #3871 from sbwalker/dev
include render mode html comment
This commit is contained in:
commit
b52878fc97
@ -10,6 +10,7 @@
|
||||
{
|
||||
@if (ModuleType != null)
|
||||
{
|
||||
@((MarkupString)$"<!-- Render Mode: {ModuleState.RenderMode} -->")
|
||||
@if (!string.IsNullOrEmpty(_messageContent) && _messagePosition == "top")
|
||||
{
|
||||
<ModuleMessage Message="@_messageContent" Type="@_messageType" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user