InterviewSolution
Saved Bookmarks
| 1. |
What is a taglib directive? |
|
Answer» The taglib directive follows the following syntax − <% taglib uri = "uri" prefix = "prefixOfTag"> uri attribute value resolves to a location the container understands prefix attribute informs a container what bits of markup are custom actions. The taglib directive follows the following syntax − <% taglib uri = "uri" prefix = "prefixOfTag" > |
|