PhongBV.EpiServer.Cms.Extensions 1.0.2

dotnet add package PhongBV.EpiServer.Cms.Extensions --version 1.0.2
NuGet\Install-Package PhongBV.EpiServer.Cms.Extensions -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PhongBV.EpiServer.Cms.Extensions" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PhongBV.EpiServer.Cms.Extensions --version 1.0.2
#r "nuget: PhongBV.EpiServer.Cms.Extensions, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PhongBV.EpiServer.Cms.Extensions as a Cake Addin
#addin nuget:?package=PhongBV.EpiServer.Cms.Extensions&version=1.0.2

// Install PhongBV.EpiServer.Cms.Extensions as a Cake Tool
#tool nuget:?package=PhongBV.EpiServer.Cms.Extensions&version=1.0.2

What is EpiServer.Cms.Extension?

EpiServer.Cms.Extension is a simple little library built to help you easily trace current controller/component, action and return view while rendering html. In other hand, it supply some utilities for downloading asset media from existing database and initialize admin user.

How do I use it?

First, you need to install package from package manager console

PM> Install-Package EpiServer.Cms.Extensions

Or from dotnet CLI:

dotnet add package EpiServer.Cms.Extensions
Downloading media

First, you need to call a GET request to /api/blob for extracting all image data info. Then call POST request to /api/blob?baseUrl={your-hostname}&ignoreExtensions={extension-exclude}, ignoreExtensions can be joined from multiple extension and separator is ','.

Initialize Admin user

From any request, you need to add some parameters: Init=true&username={your-username}&password={your-password}

Tracing request

Enable by default, sample response


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=10" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Alloy - collaboration, communication and project management online</title>
    <meta name="keywords" content="Alloy Plan,Alloy Meet,Alloy Track,distance collaboration,online communication,online project management" />
    <meta name="description" content="Alloy solves the two most pressing problems in long distance collaboration &#x2013; better communication and better project management " />
    <link rel="stylesheet" href="/css/bootstrap.min.css" />
    <link rel="stylesheet" href="/css/style.min.css" />
    <link rel="stylesheet" href="/css/theme.min.css" />
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  </head>
  <body>
    <div class="container">
      <div class="start">
        <div class="row">
          <div class="block contactblock">
            
            <div class="contact">
              <img />
              <h3>Demo view tracing</h3>
              <div></div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 98 4/17/2024
1.0.1 155 6/15/2023
1.0.0 109 6/3/2023