AllowHtmlAttribute.OnMetadataCreated(ModelMetadata) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method supports the ASP.NET MVC validation infrastructure and is not intended to be used directly from your code.
public void OnMetadataCreated(System.Web.Mvc.ModelMetadata metadata);
abstract member OnMetadataCreated : System.Web.Mvc.ModelMetadata -> unit
override this.OnMetadataCreated : System.Web.Mvc.ModelMetadata -> unit
Public Sub OnMetadataCreated (metadata As ModelMetadata)
Parameters
- metadata
- ModelMetadata
The model metadata.