13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
<turbo-stream action="@ViewBag.Action" target="@ViewBag.Target">
|
|
@if (ViewBag.Action != "remove")
|
|
{
|
|
<template>
|
|
@RenderBody()
|
|
</template>
|
|
}
|
|
else
|
|
{
|
|
IgnoreBody();
|
|
}
|
|
</turbo-stream>
|