Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

SkinObject Usage

Roman M. Yagodin edited this page Oct 3, 2017 · 1 revision

SkinObject Usage

Register skinobject control in a skin file (replace {{ProjectName}} with your project name):

<%@ Register TagPrefix="myprefix" TagName="{{ProjectName}}" Src="~/DesktopModules/{{ProjectName}}/{{ProjectName}}/{{ProjectName}}.ascx" %>

Reference it within skin file:

<myprefix:{{ProjectName}} runat="server" CssClass="alert alert-info" />
Clone this wiki locally