Showing posts with label HTML Helper. Show all posts
Showing posts with label HTML Helper. Show all posts

Tuesday, July 10, 2018

Creating an HTML Helper in ASP.NET MVC

HTML Helper is just a method that returns the HTML content in a view. Developers can use HTML helpers to render standard HTML tags such as HTML ,

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...