C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.SectionErrorDisplayStyle

A style that displays errors as a section.
상속: ErrorDisplayStyle
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
SectionErrorDisplayStyle ( string heading, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic

Creates a section error-display style.

비공개 메소드들

메소드 설명
ErrorDisplayStyle ( IEnumerable errors ) : IEnumerable

메소드 상세

SectionErrorDisplayStyle() 공개 메소드

Creates a section error-display style.
public SectionErrorDisplayStyle ( string heading, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic
heading string The section's heading. Do not pass null.
style SectionStyle The section's style.
리턴 System.Collections.Generic