C# Класс Blade.Razor.SitecoreRazorRenderingType

This is a Sitecore Rendering Type class that tells Sitecore how to handle a Razor view as a Rendering when it comes across one
Must be registered in the renderingControls section of the Sitecore configuration. A template that derives from an existing Rendering template must also be created in Sitecore with a name matching the entry in the renderingControls config.
Наследование: RenderingType
Показать файл Открыть проект

Открытые методы

Метод Описание
GetControl ( NameValueCollection parameters, bool assert ) : Control
GetControl ( string viewPath ) : Control

Gets a Control that will render a given Razor view path

Описание методов

GetControl() публичный Метод

public GetControl ( NameValueCollection parameters, bool assert ) : Control
parameters System.Collections.Specialized.NameValueCollection
assert bool
Результат System.Web.UI.Control

GetControl() публичный статический Метод

Gets a Control that will render a given Razor view path
public static GetControl ( string viewPath ) : Control
viewPath string
Результат System.Web.UI.Control