Skip to content

Commit

Permalink
Add missing variable for includeHttpContext in the file.template (Ric…
Browse files Browse the repository at this point in the history
…oSuter#3724)

Co-authored-by: david.bernard <[email protected]>
  • Loading branch information
bernard291 and david.bernard committed Nov 15, 2021
1 parent 45ab07a commit fa49a5d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public IEnumerable<string> ResponseClassNames
/// <summary>Gets a value indicating whether to call 'transformOptions' on the base class or extension class.</summary>
public bool UseTransformOptionsMethod => _settings.UseTransformOptionsMethod;

/// <summary>Gets a value indicating whether to include the httpContext parameter (Angular template only, default: false).</summary>
public bool IncludeHttpContext => _settings.IncludeHttpContext;

/// <summary>Gets the clients code.</summary>
public string Clients => _settings.GenerateClientClasses ? _clientCode : string.Empty;

Expand Down

0 comments on commit fa49a5d

Please sign in to comment.