mirror of https://github.com/Squidex/squidex.git
6 changed files with 73 additions and 14 deletions
@ -0,0 +1,14 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
namespace Squidex.Pipeline |
|||
{ |
|||
public sealed class ETagOptions |
|||
{ |
|||
public bool Strong { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue