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

Implementation of IValidationErrorsRenderer that renders validation errors within a div element, using breaks between the errors.
This renderer's behavior is consistent with standard ASP.NET behavior of the validation summary, and is used as default renderer for Spring.NET 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