白若水

Results 2 comments of 白若水

Very simple code. `using System; using System.Collections.Generic; using Microsoft.AspNetCore.Mvc; using RazorLight; namespace ApiApplicationDemo.Controllers { [Route("api/[controller]")] public class ValuesController : Controller { [HttpGet("{id}")] public string Get(int id) { log.Info("RazorLightEngineBuilder"); var engine...