Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
CR feedback: Remove vestigal 'defaultPage' param
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Nov 7, 2017
1 parent bb10e56 commit eb403ed
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ public static class SpaApplicationBuilderExtensions
/// directory) of the directory that holds the SPA source files during development.
/// The directory need not exist once the application is published.
/// </param>
/// <param name="defaultPage">
/// Optional. If specified, configures the path (relative to <paramref name="urlPrefix"/>)
/// of the default page that hosts your SPA user interface.
/// If not specified, the default value is <c>"index.html"</c>.
/// </param>
/// <param name="configuration">
/// Optional. If specified, this callback will be invoked so that additional middleware
/// can be registered within the context of this SPA.
Expand All @@ -48,7 +43,6 @@ public static class SpaApplicationBuilderExtensions
this IApplicationBuilder app,
string urlPrefix,
string sourcePath = null,
string defaultPage = null,
Action<ISpaBuilder> configuration = null)
{
var spaBuilder = new DefaultSpaBuilder(app, sourcePath, urlPrefix);
Expand Down

0 comments on commit eb403ed

Please sign in to comment.