Fill This Form To Receive Instant Help
Homework answers / question archive / In the Bookstore website, the Author Catalog page uses _______________ to store the page number for the page of author data that's being displaying as well the field that this data is sorted by
In the Bookstore website, the Author Catalog page uses _______________ to store the page number for the page of author data that's being displaying as well the field that this data is sorted by.
a. |
session state
|
|
b. |
cookies
|
|
c. |
a custom route
|
|
d. |
the ViewBag
|
Which HTML elements does the following tag helper class apply to?
[HtmlTargetElement("input", ParentTag = "form")]
public class MyInputTagHelper : TagHelper {...}
a. |
<my-input> or <form> elements
|
|
b. |
<my-input> elements coded within a form
|
|
c. |
<input> elements coded within a form
|
|
d. |
<input> or <form> elements |