Table of Contents

Class InputTypeSourceGeneratorEnumExtensions

Namespace
MudBlazor
Assembly
MudBlazor.dll

Generated extension methods for InputType enum.

public static class InputTypeSourceGeneratorEnumExtensions
Inheritance
InputTypeSourceGeneratorEnumExtensions
Inherited Members

Methods

ToDescriptionString(InputType)

Returns the value of the DescriptionAttribute attribute. If no description attribute was found the default ToString() method will be used.

public static string ToDescriptionString(this InputType mudEnum)

Parameters

mudEnum InputType

Returns

string