File: HelloExtension\HelloOptions.cs
Web Access
Project: src\src\Http\Routing\test\testassets\RoutingWebSite\RoutingWebSite.csproj (RoutingWebSite)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace RoutingWebSite.HelloExtension;
 
public class HelloOptions
{
    public string Greeter { get; set; }
}