C# Класс Castle.MonoRail.Framework.ViewComponentParamAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ViewComponentParamAttribute ( ) : System

Initializes a new instance of the ViewComponentParamAttribute class.

ViewComponentParamAttribute ( string paramName ) : System

Initializes a new instance of the ViewComponentParamAttribute class allowing you to override the parameter name to be queried on the ViewComponent.ComponentParams dictionary.

Описание методов

ViewComponentParamAttribute() публичный Метод

Initializes a new instance of the ViewComponentParamAttribute class.
public ViewComponentParamAttribute ( ) : System
Результат System

ViewComponentParamAttribute() публичный Метод

Initializes a new instance of the ViewComponentParamAttribute class allowing you to override the parameter name to be queried on the ViewComponent.ComponentParams dictionary.
public ViewComponentParamAttribute ( string paramName ) : System
paramName string Overrides the name of the parameter.
Результат System