C# 클래스 Sdl.Web.Modules.SmartTarget.ExperimentMarkupDecorator

Decorates the HTML markup rendered by a SmartTargetExperiment View: rewrites hyperlinks to enable analytics tracking
상속: IMarkupDecorator
파일 보기 프로젝트 열기: sdl/dxa-modules

공개 메소드들

메소드 설명
DecorateMarkup ( string htmlToDecorate, ViewModel viewModel ) : string

Decorates the HTML markup rendered by an Entity or Region View.

메소드 상세

DecorateMarkup() 공개 메소드

Decorates the HTML markup rendered by an Entity or Region View.
public DecorateMarkup ( string htmlToDecorate, ViewModel viewModel ) : string
htmlToDecorate string The HTML to decorate.
viewModel Sdl.Web.Common.Models.ViewModel The associated with the HTML fragment.
리턴 string