CompiledPageActionDescriptor.HandlerTypeInfo Property

Definition

Gets or sets the TypeInfo of the type that defines handler methods for the page. This can be the same as PageTypeInfo and ModelTypeInfo if the page does not have an explicit model type defined.

public:
 property System::Reflection::TypeInfo ^ HandlerTypeInfo { System::Reflection::TypeInfo ^ get(); void set(System::Reflection::TypeInfo ^ value); };
public System.Reflection.TypeInfo HandlerTypeInfo { get; set; }
member this.HandlerTypeInfo : System.Reflection.TypeInfo with get, set
Public Property HandlerTypeInfo As TypeInfo

Property Value

Applies to