mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-20 03:24:24 +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)
|
@if (ModuleType != null)
|
||||||
{
|
{
|
||||||
|
@((MarkupString)$"<!-- Render Mode: {ModuleState.RenderMode} -->")
|
||||||
@if (!string.IsNullOrEmpty(_messageContent) && _messagePosition == "top")
|
@if (!string.IsNullOrEmpty(_messageContent) && _messagePosition == "top")
|
||||||
{
|
{
|
||||||
<ModuleMessage Message="@_messageContent" Type="@_messageType" />
|
<ModuleMessage Message="@_messageContent" Type="@_messageType" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user