<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
Thursday, 22 February 2018
How to Set the favicon in MVC.
in: mvc
In this article, We will discuss about How to Set the favicon in MVC.
First Of all, Create an MVC Project and goto Layout Page.
Goto <head></head> section and there we need to write the following code which is given below,
where "favicon.ico" is our favicon.
Not only in Layout Page but also we can set the favicon for invidual page and there we need to add the above code and which will set favicon for that individual page.
RELATED POSTS

Unable to update the EntitySet 'stConfigureEmployeeList' because it has a DefiningQuery and no element exists in the element to support the current operation.
This issue arises when you are not handling primary key in your table and ...

How to overload action method in mvc?
Overloading means the same function name with different parameter or sign ...

The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception.
This issue is Completely related to EntityFramework and this issue arise ...

Database First Approach in MVC.
In this article, We will discuss about How to Create Database First Appr ...
-
This issue is Completely related to EntityFramework and this issue arises whenever you have installed EntityFramework in one project at th...
-
This is generally a Common Problem or the error could be like this, To Resolve this error, One Small Solution is Exists which is as b...
-
In this article, We will discuss What is the above Error and How to resolve this Error. Whenever, We are Restoring our database into A...
0 comments:
Post a Comment