aspnetcore/src/Microsoft.AspNetCore.Diagno.../Views/Obsolete/DetailsPageModel.cs

12 lines
315 B
C#

using System;
namespace Microsoft.AspNetCore.Diagnostics.Elm.Views
{
[Obsolete("This type is for internal use only and will be removed in a future version.")]
public class DetailsPageModel
{
public ActivityContext Activity { get; set; }
public ViewOptions Options { get; set; }
}
}