CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.AspNetCore.Mvc.TagHelpers.CslaInformationTagHelper Class Reference

Razor tag helper that displays CSLA .NET information text in a span. More...

Inheritance diagram for Csla.AspNetCore.Mvc.TagHelpers.CslaInformationTagHelper:

Public Member Functions

override void Process (TagHelperContext context, TagHelperOutput output)
 Process method More...
 

Properties

ModelExpression CslaInformationFor [getset]
 Model expression More...
 

Detailed Description

Razor tag helper that displays CSLA .NET information text in a span.

Definition at line 19 of file CslaInformationTagHelper.cs.

Member Function Documentation

◆ Process()

override void Csla.AspNetCore.Mvc.TagHelpers.CslaInformationTagHelper.Process ( TagHelperContext  context,
TagHelperOutput  output 
)

Process method

Parameters
context
output

Definition at line 31 of file CslaInformationTagHelper.cs.

Property Documentation

◆ CslaInformationFor

ModelExpression Csla.AspNetCore.Mvc.TagHelpers.CslaInformationTagHelper.CslaInformationFor
getset

Model expression

Definition at line 24 of file CslaInformationTagHelper.cs.