Example #1
0
        public object AfterCloseStartTag(object stateObject)
        {
            ValidationState state = ToState(stateObject);

            return(state.AfterCloseStartTag());
        }