All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
@{
|
|
if(Context.Request.Path.StartsWithSegments("/Admin", StringComparison.OrdinalIgnoreCase))
|
|
Layout = "_AdminLayout";
|
|
else
|
|
Layout = "_Layout";
|
|
} |