August 2018
Intermediate to advanced
298 pages
5h 33m
English
Scenario
You're maintaining an application for your company. The company wants to get rid of all the email Tag Helpers from the code. How will you do it?
Aim
Replace the EmailTagHelper so that we can use it like the following:
<email> mugil@greatestretailstore.com </email>
Steps for completion
Use the following code:
public class EmailTagHelper : TagHelper{ public override async Task ProcessAsync(TagHelperContext context, TagHelperOutput output)......}
Read now
Unlock full access