CacheableContentResult by J.Sakamoto

<PackageReference Include="CacheableContentResult" Version="1.0.0" />

 CacheableContentResult 1.0.0

This ActionResult class for ASP.NET MVC allows you to respond binary contents which cntrolled web browser cache based on Etag, last modified date, and respond HTTP 304 Not Modified if cache hit./ この ASP.NET MVC ActionResult クラスは Etag および 最終更新日に基づくブラウザキャッシュで制御されるコンテンツを返すことができ、キャッシュにヒットする場合は HTTP 304 Not Modified を返します。

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>CacheableContentResult</id>
    <version>1.0.0.0</version>
    <title>CacheableContentResult</title>
    <authors>J.Sakamoto</authors>
    <owners>J.Sakamoto</owners>
    <licenseUrl>http://www.microsoft.com/en-us/openness/licenses.aspx#MPL</licenseUrl>
    <projectUrl>https://github.com/jsakamoto/CacheableContentResult</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This ActionResult class for ASP.NET MVC allows you to respond binary contents which cntrolled web browser cache based on Etag, last modified date, and respond HTTP 304 Not Modified if cache hit./ この ASP.NET MVC ActionResult クラスは Etag および 最終更新日に基づくブラウザキャッシュで制御されるコンテンツを返すことができ、キャッシュにヒットする場合は HTTP 304 Not Modified を返します。</description>
    <releaseNotes />
    <tags>AspNet,asp.net,mvc,mvc3,mvc4,actionresult</tags>
  </metadata>
</package>