CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 4: 70-486: MCSD Developing ASP.NET MVC 4 Web Applications

You are developing an ASP. NET Core MVC web application. The application includes a C# type named InsuranceID that represents an insurance policy identifier for a customer. Each instance of InsuranceID is five alphanumeric characters followed by a dash and then four numbers (for example, ab12x-2323). You need to ensur…

Nội dung câu hỏi

You are developing an ASP. NET Core MVC web application. The application includes a C# type named InsuranceID that represents an insurance policy identifier for a customer. Each instance of InsuranceID is five alphanumeric characters followed by a dash and then four numbers (for example, ab12x-2323). You need to ensure that Controller actions can accept values of type InsuranceID. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Implement the IBinderTypeProviderMetadata interface.
  2. B. Implement the IModeIBinder interface.
  3. C. Use a TypeConverter object. — đáp án hiện tại
  4. D. Implement the IBindingSourceMetadata interface.
  5. E. Implement the ITypeComp interface.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề