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