Show / Hide Table of Contents

Method AddValidation

| Improve this Doc View Source

AddValidation(ActionContext, Column, IDictionary<String, String>)

Adds validation HTML attributes.

Declaration
public void AddValidation(ActionContext actionContext, Column column, IDictionary<string, string> attributes)
Parameters
Type Name Description
Microsoft.AspNetCore.Mvc.ActionContext actionContext

The context.

Column column

The column.

System.Collections.Generic.IDictionary<System.String, System.String> attributes

The HTML attributes dictionary.

Implements
IDataSetClientValidator.AddValidation(ActionContext, Column, IDictionary<String, String>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest