http:// localhost:1430 / Home / TheMessageView / { Parameter }
The HTML Tags with Its Content
The to be called up messages are held in a View as follows:
<h2>The Hello World Message Headline</h2>
<p>This Hello World message in the paragraph here.</p>
The Question
The intentions are to narrow it down and have the preferred HelloWorld message selected by its HTML tag. I did imagine it like a HTML tag selector, similar to CSS.
It is for an MVC 4 environment with Visual Studio 2012.
toyvon
0 Points
9 Posts
Selecting the Hello World Message By Its HTML Tags with the URL Request?
Nov 02, 2012 10:57 PM|LINK
The URL Request
http:// localhost:1430 / Home / TheMessageView / { Parameter }The HTML Tags with Its Content
The to be called up messages are held in a View as follows:
The Question
The intentions are to narrow it down and have the preferred HelloWorld message selected by its HTML tag. I did imagine it like a HTML tag selector, similar to CSS.
It is for an MVC 4 environment with Visual Studio 2012.
toyvon
0 Points
9 Posts
Re: Selecting the Hello World Message By Its HTML Tags with the URL Request?
Nov 03, 2012 07:11 AM|LINK
I did modify the question to have more conciseness.
I would appreciate answers.