Form 처리 및 유효성 검사 예제 만들기 #3
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Study/Blazor#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Form 처리 및 유효성 검사 예제
목표: Blazor의 폼 처리와 유효성 검사 기능을 익힘
포인트
• 폼 데이터 바인딩
• 데이터 유효성 검사 (Validation)
설명: 사용자 입력 폼을 만들어서 기본적인 유효성 검사를 진행. 예를 들어, 사용자 이름과 이메일 주소 입력 폼을 구현해 보세요.
Validation 페이지를 만들었고
Editform 과 Attribute 를 사용해보고 이에 대해 정리함