Skip to content

epiphanysearch/Epiphany.Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

https://www.nuget.org/packages/Epiphany.Core

Install-Package Epiphany.Core

Usage

Adding it as namespace in the web.config file inside the View folder helps with intellisense and shortening the import list when using this library in razor

<configuration>
  <system.web.webPages.razor>
      <namespaces>  
        <add namespace="Epiphany.Core" />
      </namespaces>
    </pages>
  </system.web.webPages.razor>
</configuration>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages