Which is the correct basic syntax of the Assembly directive?

30. Which is the correct basic syntax of the Assembly directive?

  1. <%@ Assembly @ Name ="myassembly" %>
  2. <%@@ Assembly Name ="myassembly" %>
  3. <%@ Assembly Name ="C# myassembly" %>
  4. <%@ Assembly Name ="myassembly" %>

Answer: D) <%@ Assembly Name ="myassembly" %>

Explanation:

The basic syntax of the Assembly directive is:

<%@ Assembly Name ="myassembly" %>

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.