コード例 #1
0
 public override void Init(TagHelperContext context) {
     base.Init(context);
     PaginationContext = context.GetPaginationContext();
 }