using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace AntDesign
{
///
/// Not currently used. Planned for future development.
///
[ExcludeFromCodeCoverage]
public class BreadcrumbOption
{
public string Label { get; set; }
public Dictionary Params { get; set; }
public Uri Url { get; set; }
}
}