C# 클래스 Spring.Web.UI.Validation.SpanValidationErrorsRenderer

Implementation of IValidationErrorsRenderer that renders validation errors within a span element, using breaks between the errors.
This renderer's behavior is consistent with standard ASP.NET behavior of the control validators, and is used as the default renderer for Spring.NET ValidationError control.
상속: AbstractValidationErrorsRenderer
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
RenderErrors ( Page page, System.Web.UI.HtmlTextWriter writer, IList errors ) : void

Renders validation errors using specified HtmlTextWriter.

메소드 상세

RenderErrors() 공개 메소드

Renders validation errors using specified HtmlTextWriter.
public RenderErrors ( Page page, System.Web.UI.HtmlTextWriter writer, IList errors ) : void
page System.Web.UI.Page Web form instance.
writer System.Web.UI.HtmlTextWriter An HTML writer to use.
errors IList The list of validation errors.
리턴 void