This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Google.Protobuf; | |
using Grpc.Net.Client; | |
using Kvrpcpb; // generated from proto files | |
using System; | |
using System.Threading.Tasks; | |
using Tikvpb; // generated from proto files | |
namespace TiKV | |
{ | |
public static class Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.AspNetCore.Razor.TagHelpers; | |
namespace TagHelpers | |
{ | |
[HtmlTargetElement("i", Attributes = FontAwesomeIconValueAttributeName)] | |
public class FontAwesomeTagHelper : TagHelper | |
{ | |
private const string FontAwesomeIconValueAttributeName = "fa"; | |
[HtmlAttributeName(FontAwesomeIconValueAttributeName)] |